Home
last modified time | relevance | path

Searched refs:IsGlobalObjectProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dvariables.cc36 bool Variable::IsGlobalObjectProperty() const { in IsGlobalObjectProperty() function in v8::internal::Variable
Dvariables.h66 bool IsGlobalObjectProperty() const;
Dscopes.cc1625 if (var->IsGlobalObjectProperty()) { in LookupRecursive()
1729 if (var->IsGlobalObjectProperty()) { in ResolveTo()
1809 return !var->IsGlobalObjectProperty() && var->is_used(); in MustAllocate()