Home
last modified time | relevance | path

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

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