Home
last modified time | relevance | path

Searched refs:IsNativeModuleFailureInfoObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp429 if (exportObject->IsNativeModuleFailureInfoObject(vm) || exportObject->IsUndefined() in LoadNativeModuleMayThrowError()
453 if (UNLIKELY(exportObject->IsNativeModuleFailureInfoObject(vm))) { in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h581 bool IsNativeModuleFailureInfoObject(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp809 bool JSValueRef::IsNativeModuleFailureInfoObject(const EcmaVM *vm) in IsNativeModuleFailureInfoObject() function in panda::JSValueRef