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()
630 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(slot))) { in RUNTIME_FUNCTION()640 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(i))) continue; in RUNTIME_FUNCTION()658 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in RUNTIME_FUNCTION()
271 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()
4542 static bool VariableIsSynthetic(String* name);
609 bool ScopeInfo::VariableIsSynthetic(String* name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo