Searched refs:ObjectIsBigInt (Results 1 – 5 of 5) sorted by relevance
708 const Operator* ObjectIsBigInt(); in NON_EXPORTED_BASE()
288 static Type ObjectIsBigInt(Type, Typer*);570 Type Typer::Visitor::ObjectIsBigInt(Type type, Typer* t) { in ObjectIsBigInt() function in v8::internal::compiler::Typer::Visitor2097 return TypeUnaryOp(node, ObjectIsBigInt); in TypeObjectIsBigInt()
403 V(ObjectIsBigInt) \
738 V(ObjectIsBigInt, Operator::kNoProperties, 1, 0) \
2506 result = NewNode(simplified()->ObjectIsBigInt(), object); in VisitTestTypeOf()