HomeSort by relevance Sort by last modified time
    Searched refs:scope_uses_super_property_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.h 248 void RecordSuperPropertyUsage() { scope_uses_super_property_ = true; }
353 bool uses_super_property() const { return scope_uses_super_property_; }
366 return scope_uses_super_property_ ||
647 bool scope_uses_super_property_; member in class:v8::internal::Scope
scopes.cc 174 scope_uses_super_property_ = false;
962 if (scope_uses_super_property_)
    [all...]

Completed in 45 milliseconds