Home
last modified time | relevance | path

Searched refs:GetModuleValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp60 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
69 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
77 …return SourceTextModule::Cast(currentModule->GetTaggedObject())->GetModuleValue(vm_->GetJSThread()… in GetModuleValueInner()
135 resolvedModule.GetTaggedObject())->GetModuleValue(thread, binding->GetIndex(), false); in GetModuleValueOutterInternal()
155 SourceTextModule::Cast(resolvedModule.GetTaggedObject())->GetModuleValue(thread, 0, false)); in GetNativeModuleValue()
180 SourceTextModule::Cast(resolvedModule.GetTaggedObject())->GetModuleValue(thread, 0, false)); in GetNativeModuleValue()
272 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
282 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
322 return module->GetModuleValue(thread, binding->GetBindingName(), false); in GetModuleValueOutterInternal()
660 …return SourceTextModule::Cast(requiredModuleST.GetTaggedValue())->GetModuleValue(thread, 0, false); in GetModuleNamespaceInternal()
[all …]
Djs_module_namespace.cpp107GetModuleValue(thread, resolvedBind->GetBindingName(), true); in GetProperty()
119 GetModuleValue(thread, resolvedBind->GetIndex(), true); in GetProperty()
Djs_module_source_text.h210 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow);
213 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
Djs_module_source_text.cpp409 JSHandle<JSTaggedValue> nativeExports(thread, requiredModule->GetModuleValue(thread, 0, false)); in InstantiateNativeModule()
1373 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() function in panda::ecmascript::SourceTextModule
1388 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue() function in panda::ecmascript::SourceTextModule
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp99 value = GetModuleValue(vm, frameHandler, name); in GetValue()
203 Local<JSValueRef> DebuggerExecutor::GetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandl… in GetModuleValue() function in panda::ecmascript::tooling::DebuggerExecutor
216 result = DebuggerApi::GetModuleValue(vm, currentModule, varName); in GetModuleValue()
Ddebugger_executor.h49 …static Local<JSValueRef> GetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandler, Local<…
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp167 JSTaggedValue loadValue = module->GetModuleValue(thread, loadKey.GetTaggedValue(), false); in HWTEST_F_L0()
179 HWTEST_F_L0(EcmaModuleTest, GetModuleValue) in HWTEST_F_L0() argument
199 moduleExport->GetModuleValue(thread, exportLocalNameHandle.GetTaggedValue(), false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h96 …static Local<JSValueRef> GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &curre…
Ddebugger_api.cpp585 Local<JSValueRef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &… in GetModuleValue() function in panda::ecmascript::tooling::DebuggerApi
743 Local<JSValueRef> value = GetModuleValue(ecmaVm, importModule, importName); in GetIndirectExportVariables()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3748 JSTaggedValue result = ecmaModule->GetModuleValue(thread, index, false); in GetExportObject()
3755 JSTaggedValue result = ecmaModule->GetModuleValue(thread, keyHandle.GetTaggedValue(), false); in GetExportObject()
3769 JSTaggedValue result = ecmaModule->GetModuleValue(thread, index, false); in GetExportObjectFromBuffer()
3776 JSTaggedValue result = ecmaModule->GetModuleValue(thread, keyHandle.GetTaggedValue(), false); in GetExportObjectFromBuffer()