Skip to content

n-api: directly create Local from Persistent

Rodrigo Muino Tomonari requested to merge github/fork/kfarnung/objtemplate into master

The v8::PersistentBase<T>.Get method didn't exist in node 4 and it's just a helper which creates a new v8::Local from the given object.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

n-api

Merge request reports

Loading