Home | History | Annotate | Download | only in compiler

Lines Matching defs:ToLength

241   static Type* ToLength(Type*, Typer*);
417 Type* Typer::Visitor::ToLength(Type* type, Typer* t) {
418 // ES6 section 7.1.15 ToLength ( argument )
1103 return TypeUnaryOp(node, ToLength);
1455 return TypeUnaryOp(node, ToLength);