Searched refs:IsGlobalObjectProperty (Results 1 – 3 of 3) sorted by relevance
36 bool Variable::IsGlobalObjectProperty() const { in IsGlobalObjectProperty() function in v8::internal::Variable
66 bool IsGlobalObjectProperty() const;
1625 if (var->IsGlobalObjectProperty()) { in LookupRecursive()1729 if (var->IsGlobalObjectProperty()) { in ResolveTo()1809 return !var->IsGlobalObjectProperty() && var->is_used(); in MustAllocate()