Home | History | Annotate | Download | only in compiler

Lines Matching defs:ToNumberConvertBigInt

268   static Type ToNumberConvertBigInt(Type, Typer*);
533 Type Typer::Visitor::ToNumberConvertBigInt(Type type, Typer* t) {
534 return t->operation_typer_.ToNumberConvertBigInt(type);
1134 return TypeUnaryOp(node, ToNumberConvertBigInt);