Home
last modified time | relevance | path

Searched refs:GetModuleVariables (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h84 static void GetModuleVariables(const EcmaVM *vm, Local<ObjectRef> &moduleObj, JSThread *thread);
Ddebugger_api.cpp345 void DebuggerApi::GetModuleVariables(const EcmaVM *vm, Local<ObjectRef> &moduleObj, JSThread *threa… in GetModuleVariables() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1059 DebuggerApi::GetModuleVariables(vm_, moduleObj, thread); in GetModuleScopeChain()