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

  /external/v8/src/ast/
scopes.h 639 bool uses_super_property() const { return scope_uses_super_property_; } function in class:v8::internal::DeclarationScope
    [all...]
  /external/v8/src/parsing/
parser.h 59 bool uses_super_property, bool calls_eval,
62 UsesSuperPropertyField::encode(uses_super_property) |
75 bool uses_super_property() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 347 milliseconds