Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h87 …static int32_t GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &current…
Ddebugger_api.cpp419 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &cu… in GetModuleVariableIndex() function in panda::ecmascript::tooling::DebuggerApi
482 int32_t index = GetModuleVariableIndex(ecmaVm, currentModule, name); in GetExportVariableValue()
508 int32_t index = GetModuleVariableIndex(ecmaVm, currentModule, name); in SetExportVariableValue()