Home
last modified time | relevance | path

Searched refs:VariableIsSynthetic (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc768 if (ScopeInfo::VariableIsSynthetic(raw_name)) continue; in VisitModuleScope()
785 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in VisitContextLocals()
827 if (ScopeInfo::VariableIsSynthetic(*var->name())) continue; in VisitLocals()
Ddebug-interface.cc1088 if (i::ScopeInfo::VariableIsSynthetic(it->name())) continue; in GlobalLexicalScopeNames()
/third_party/node/deps/v8/src/objects/
Dscope-info.h183 static bool VariableIsSynthetic(String name);
Dcontexts.cc276 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()
Dscope-info.cc902 bool ScopeInfo::VariableIsSynthetic(String name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo