Searched defs:SuperPropertyReference (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/ast/
H A Dast.h101 V(SuperPropertyReference) \
2896 class SuperPropertyReference final : public Expression {
2906 SuperPropertyReference(VariableProxy* this_var, Expression* home_object, function in class:v8::internal::final
3519 SuperPropertyReference* NewSuperPropertyReference(VariableProxy* this_var,
3522 return new (zone_) SuperPropertyReference(this_var, home_object, pos);

Completed in 4504 milliseconds