Searched refs:GetModuleVariables (Results 1 – 3 of 3) sorted by relevance
84 static void GetModuleVariables(const EcmaVM *vm, Local<ObjectRef> &moduleObj, JSThread *thread);
345 void DebuggerApi::GetModuleVariables(const EcmaVM *vm, Local<ObjectRef> &moduleObj, JSThread *threa… in GetModuleVariables() function in panda::ecmascript::tooling::DebuggerApi
1059 DebuggerApi::GetModuleVariables(vm_, moduleObj, thread); in GetModuleScopeChain()