Skip to content

src: at StringType to avoid V8 warnings

The usage of v8::String::NewFromUtf8(isolate, char) is deprecated, the string type should be specified at the third param v8::String::NewFromUtf8(isolate, char, v8::NewStringType)

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

Merge request reports

Loading