Searched refs:IsNativeModuleFailureInfoObject (Results 1 – 3 of 3) sorted by relevance
429 if (exportObject->IsNativeModuleFailureInfoObject(vm) || exportObject->IsUndefined() in LoadNativeModuleMayThrowError()453 if (UNLIKELY(exportObject->IsNativeModuleFailureInfoObject(vm))) { in LoadNativeModule()
581 bool IsNativeModuleFailureInfoObject(const EcmaVM *vm);
809 bool JSValueRef::IsNativeModuleFailureInfoObject(const EcmaVM *vm) in IsNativeModuleFailureInfoObject() function in panda::JSValueRef