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.h637 void RecordSuperPropertyUsage() { scope_uses_super_property_ = true; } in RecordSuperPropertyUsage()
639 bool uses_super_property() const { return scope_uses_super_property_; } in uses_super_property()
642 return scope_uses_super_property_ || in NeedsHomeObject()
880 bool scope_uses_super_property_ : 1; variable
Dscopes.cc294 scope_uses_super_property_ = false; in SetDefaults()