Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h86 …static int32_t GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &current…
Ddebugger_api.cpp383 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &cu… in GetModuleVariableIndex() function in panda::ecmascript::tooling::DebuggerApi
440 int32_t index = GetModuleVariableIndex(ecmaVm, module, name); in GetModuleValue()
464 int32_t index = GetModuleVariableIndex(ecmaVm, module, name); in SetModuleValue()