Home | History | Annotate | Download | only in compiler

Lines Matching defs:ToObject

271   static Type* ToObject(Type*, Typer*);
485 Type* Typer::Visitor::ToObject(Type* type, Typer* t) {
486 // ES6 section 7.1.13 ToObject ( argument )
1092 return TypeUnaryOp(node, ToObject);
1623 return TypeUnaryOp(node, ToObject);