Searched refs:VariableIsSynthetic (Results 1 – 6 of 6) sorted by relevance
120 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in MaterializeStackLocals()135 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in MaterializeStackLocals()169 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in UpdateStackLocalsFromMaterializedObject()181 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in UpdateStackLocalsFromMaterializedObject()
775 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in CopyContextLocalsToScopeObject()802 CHECK(!ScopeInfo::VariableIsSynthetic(name)); in CopyModuleVarsToScopeObject()
131 static bool VariableIsSynthetic(String* name);
590 bool ScopeInfo::VariableIsSynthetic(String* name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo
589 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(slot))) { in RUNTIME_FUNCTION()599 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(i))) continue; in RUNTIME_FUNCTION()617 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in RUNTIME_FUNCTION()
275 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()