Home
last modified time | relevance | path

Searched defs:scopeInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.h23 CUnorderedMultiMap<CString, uint32_t> scopeInfo; member
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dvariable_manager.h42 … TreeNode(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfo) : data(scopeInfo) {} in TreeNode()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2852 JSTaggedValue scopeInfo = ScopeInfoExtractor::GenerateScopeInfo(thread, scopeId); in RuntimeNewLexicalEnvWithName() local
2929 JSTaggedValue scopeInfo = RuntimeOptGenerateScopeInfo(thread, scopeId, func.GetTaggedValue()); in RuntimeOptNewLexicalEnvWithName() local