Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dvariables.cc66 bool Variable::IsStaticGlobalObjectProperty() const { in IsStaticGlobalObjectProperty() function in v8::internal::Variable
Dvariables.h78 bool IsStaticGlobalObjectProperty() const;
Dscopes.cc1575 if (var->IsStaticGlobalObjectProperty()) { in AllocateDeclaredGlobal()