Skip to content

napi: break dep between v8 and napi attributes

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/cover1 into master
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines][]
Affected core subsystem(s)

napi

The v8 napi implementation had been depending on a one-to-one relationship between v8 and napi v8 property attributes. Remove this dependency and fix coverity scan issue 165845 related to mixing enums.

Merge request reports

Loading