Searched defs:CreateNewInstance (Results 1 – 3 of 3) sorted by relevance
44 static NativeObjectInfo* CreateNewInstance() { return new NativeObjectInfo(); } in CreateNewInstance() function59 static NativeFunctionInfo* CreateNewInstance() { return new NativeFunctionInfo(); } in CreateNewInstance() function
44 static NativeScope* CreateNewInstance() in CreateNewInstance() function
362 static napi_value CreateNewInstance(napi_env env, napi_callback_info info, napi_ref ref, in CreateNewInstance() function