Searched defs:class_variable_proxy (Results 1 – 1 of 1) sorted by relevance
2803 VariableProxy* class_variable_proxy() const { return class_variable_proxy_; } in class_variable_proxy() function2845 ClassLiteral(VariableProxy* class_variable_proxy, Expression* extends, in ClassLiteral()