Home | History | Annotate | Download | only in compiler

Lines Matching defs:ToObject

244   static Type* ToObject(Type*, Typer*);
463 Type* Typer::Visitor::ToObject(Type* type, Typer* t) {
464 // ES6 section 7.1.13 ToObject ( argument )
1115 return TypeUnaryOp(node, ToObject);
1461 return TypeUnaryOp(node, ToObject);