Home
last modified time | relevance | path

Searched refs:CreateNewInstance (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1141 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp470 panda::JSNApi::NativeBindingInfo *info = panda::JSNApi::NativeBindingInfo::CreateNewInstance(); in CreateNativeBindingInfo()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1234 auto info = panda::JSNApi::NativeBindingInfo::CreateNewInstance(); in CreateNativeBindingInfo()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1194 auto info = panda::JSNApi::NativeBindingInfo::CreateNewInstance(); in CreateNativeBindingInfo()