Searched refs:LoadNativeModuleImpl (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.h | 172 static Local<JSValueRef> LoadNativeModuleImpl(EcmaVM *vm, JSThread *thread,
|
| D | js_module_source_text.cpp | 372 Local<JSValueRef> SourceTextModule::LoadNativeModuleImpl(EcmaVM *vm, JSThread *thread, in LoadNativeModuleImpl() function in panda::ecmascript::SourceTextModule 428 auto exportObject = LoadNativeModuleImpl(vm, thread, requiredModule, moduleType); in LoadNativeModuleMayThrowError() 446 auto exportObject = LoadNativeModuleImpl(vm, thread, requiredModule, moduleType); in LoadNativeModule()
|