Home
last modified time | relevance | path

Searched refs:scopeInfo (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.h23 CUnorderedMap<CString, uint32_t> scopeInfo; member
H A Dscope_info_extractor.cpp55 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()
/arkcompiler/toolchain/tooling/client/manager/
H A Dvariable_manager.h42 TreeNode(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfo) : data(scopeInfo) {} in TreeNode() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp368 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()
369 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2696 JSTaggedValue scopeInfo = ScopeInfoExtractor::GenerateScopeInfo(thread, scopeId);
2697 newEnv->SetScopeInfo(thread, scopeInfo);
2763 JSTaggedValue scopeInfo = RuntimeOptGenerateScopeInfo(thread, scopeId, func.GetTaggedValue());
2764 newEnv->SetScopeInfo(thread, scopeInfo);
3090 scopeDebugInfo->scopeInfo.emplace(name, slot);
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1840 for (const auto &[name, slot] : scopeDebugInfo->scopeInfo) { in GetClosureScopeChains()

Completed in 14 milliseconds