Home
last modified time | relevance | path

Searched defs:class_variable_proxy (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ast/
Dast.h2803 VariableProxy* class_variable_proxy() const { return class_variable_proxy_; } in class_variable_proxy() function
2845 ClassLiteral(VariableProxy* class_variable_proxy, Expression* extends, in ClassLiteral()