Searched refs:scopeInfo (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | scope_info_extractor.h | 23 CUnorderedMap<CString, uint32_t> scopeInfo; member
|
H A D | scope_info_extractor.cpp | 55 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()
|
/arkcompiler/toolchain/tooling/client/manager/ |
H A D | variable_manager.h | 42 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 D | debugger_api.cpp | 368 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot() 369 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 2696 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 D | debugger_impl.cpp | 1840 for (const auto &[name, slot] : scopeDebugInfo->scopeInfo) { in GetClosureScopeChains()
|
Completed in 14 milliseconds