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