Home | History | Annotate | Download | only in ast

Lines Matching refs:constructor

2806   FunctionLiteral* constructor() const { return constructor_; }
2846 FunctionLiteral* constructor, ZoneList<Property*>* properties,
2852 constructor_(constructor),
3476 // the Function constructor.
3497 FunctionLiteral* constructor,
3500 return new (zone_) ClassLiteral(proxy, extends, constructor, properties,