Home
last modified time | relevance | path

Searched refs:scope_uses_super_property_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.h608 void RecordSuperPropertyUsage() { scope_uses_super_property_ = true; } in RecordSuperPropertyUsage()
610 bool uses_super_property() const { return scope_uses_super_property_; } in uses_super_property()
613 return scope_uses_super_property_ || in NeedsHomeObject()
820 bool scope_uses_super_property_ : 1; variable
Dscopes.cc258 scope_uses_super_property_ = false; in SetDefaults()