Searched refs:scopeDebugInfo (Results 1 – 4 of 4) sorted by relevance
44 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in GenerateScopeInfo() local45 if (scopeDebugInfo == nullptr) { in GenerateScopeInfo()55 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()59 …scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in GenerateScopeInfo()
295 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetLevelSlot() local296 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()297 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
1290 auto *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(JSNativePointer::Cast( in GetClosureVariables() local1292 for (const auto &[varName, slot] : scopeDebugInfo->scopeInfo) { in GetClosureVariables()
2547 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in RuntimeOptGenerateScopeInfo() local2548 if (scopeDebugInfo == nullptr) { in RuntimeOptGenerateScopeInfo()2558 scopeDebugInfo->scopeInfo.emplace(name, slot); in RuntimeOptGenerateScopeInfo()2562 …scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in RuntimeOptGenerateScopeInfo()