Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/
Dnative_module_failure_info.cpp18 JSHandle<NativeModuleFailureInfo> NativeModuleFailureInfo::CreateNativeModuleFailureInfo(const Ecma… in CreateNativeModuleFailureInfo() function in panda::ecmascript::NativeModuleFailureInfo
Dnative_module_failure_info.h27 static JSHandle<NativeModuleFailureInfo> CreateNativeModuleFailureInfo(const EcmaVM *vm,
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h790 …static Local<ObjectRef> CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &failure…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2481 Local<ObjectRef> ObjectRef::CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &fail… in CreateNativeModuleFailureInfo() function in panda::ObjectRef
2487 NativeModuleFailureInfo::CreateNativeModuleFailureInfo(vm, failureInfo); in CreateNativeModuleFailureInfo()