Searched refs:ObjectIsBigInt (Results 1 – 5 of 5) sorted by relevance
255 static Type ObjectIsBigInt(Type, Typer*);564 Type Typer::Visitor::ObjectIsBigInt(Type type, Typer* t) { in ObjectIsBigInt() function in v8::internal::compiler::Typer::Visitor2258 return TypeUnaryOp(node, ObjectIsBigInt); in TypeObjectIsBigInt()
940 const Operator* ObjectIsBigInt(); in NON_EXPORTED_BASE()
450 V(ObjectIsBigInt) \
767 V(ObjectIsBigInt, Operator::kNoProperties, 1, 0) \
3321 result = NewNode(simplified()->ObjectIsBigInt(), object); in VisitTestTypeOf()