Home
last modified time | relevance | path

Searched refs:failureInfo (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dnative_module_failure_info.cpp19 const std::string &failureInfo) in CreateNativeModuleFailureInfo()
23 JSHandle<EcmaString> failureInfoStr = factory->NewFromUtf8(failureInfo); in CreateNativeModuleFailureInfo()
18 CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &failureInfo) CreateNativeModuleFailureInfo() argument
H A Dnative_module_failure_info.h28 const std::string &failureInfo);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp1157 JSTaggedValue failureInfo = JSHandle<NativeModuleFailureInfo>::Cast(receiver)->GetArkNativeModuleFailureInfo(); in GetProperty() local
1158 THROW_REFERENCE_ERROR_AND_RETURN(thread, ConvertToString(failureInfo).c_str(), JSTaggedValue::Undefined()); in GetProperty()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h791 static Local<ObjectRef> CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &failureInfo);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2532 Local<ObjectRef> ObjectRef::CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &failureInfo) in CreateNativeModuleFailureInfo() argument
2538 NativeModuleFailureInfo::CreateNativeModuleFailureInfo(vm, failureInfo); in CreateNativeModuleFailureInfo()

Completed in 20 milliseconds