Searched defs:exportObject (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.cpp | 776 auto exportObject = SourceTextModule::LoadNativeModuleMayThrowError(thread, nativeModule, moduleType); in ExecuteNativeModuleMayThrowError() local
|
| H A D | js_module_source_text.cpp | 179 JSObject *exportObject = JSObject::Cast(exports.GetTaggedValue().GetTaggedObject()); in ResolveExportObject() local 414 auto exportObject = funcRef->Call(vm, JSValueRef::Undefined(vm), arguments.data(), arguments.size()); in LoadNativeModuleImpl() local 430 auto exportObject = LoadNativeModuleImpl(vm, thread, requiredModule, moduleType); in LoadNativeModuleMayThrowError() local 447 auto exportObject in LoadNativeModule() local 1425 GetValueFromExportObject(JSThread *thread, JSHandle<JSTaggedValue> &exportObject, int32_t index) GetValueFromExportObject() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.cpp | 762 auto exportObject = moduleManager->ExecuteNativeModuleMayThrowError(thread, requestPath); in LoadNativeModule() local
|
Completed in 7 milliseconds