Searched defs:CreateNewInstance (Results 1 – 2 of 2) sorted by relevance
46 static NativeObjectInfo* CreateNewInstance() { return new(std::nothrow) NativeObjectInfo(); } in CreateNewInstance() function61 static NapiFunctionInfo* CreateNewInstance() { return new(std::nothrow) NapiFunctionInfo(); } in CreateNewInstance() function
406 static napi_value CreateNewInstance(napi_env env, napi_callback_info info, napi_ref ref, in CreateNewInstance() function