Home
last modified time | relevance | path

Searched defs:CreateNewInstance (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
Dnative_value.h46 static NativeObjectInfo* CreateNewInstance() { return new(std::nothrow) NativeObjectInfo(); } in CreateNewInstance() function
61 static NapiFunctionInfo* CreateNewInstance() { return new(std::nothrow) NapiFunctionInfo(); } in CreateNewInstance() function
/foundation/multimedia/media_library/frameworks/js/src/
Dmedia_library_napi.cpp406 static napi_value CreateNewInstance(napi_env env, napi_callback_info info, napi_ref ref, in CreateNewInstance() function