Searched refs:VariableIsSynthetic (Results 1 – 5 of 5) sorted by relevance
768 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()
1088 if (i::ScopeInfo::VariableIsSynthetic(it->name())) continue; in GlobalLexicalScopeNames()
183 static bool VariableIsSynthetic(String name);
276 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()
902 bool ScopeInfo::VariableIsSynthetic(String name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo