You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwNativeScriptException(string("Incorrectly calling a Java class as a method. Class must be created by invoking its constructor with the `new` keyword."));
819
+
}
821
820
822
821
auto isolate = info.GetIsolate();
823
822
auto thiz = info.This();
824
823
auto extData = reinterpret_cast<ExtendedClassCallbackData*>(info.Data().As<External>()->Value());
825
824
825
+
v8::HandleScope handleScope(isolate);
826
+
826
827
auto implementationObject = Local<Object>::New(isolate, *extData->implementationObject);
0 commit comments