Home
last modified time | relevance | path

Searched refs:GetImportModule (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h110 …static JSHandle<JSTaggedValue> GetImportModule(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue>…
Ddebugger_api.cpp454 JSHandle<JSTaggedValue> DebuggerApi::GetImportModule(const EcmaVM *ecmaVm, in GetImportModule() function in panda::ecmascript::tooling::DebuggerApi
618 JSHandle<JSTaggedValue> importModule = GetImportModule(ecmaVm, currentModule, name); in GetModuleValue()
636 JSHandle<JSTaggedValue> importModule = GetImportModule(ecmaVm, currentModule, name); in SetModuleValue()