Home
last modified time | relevance | path

Searched refs:ObjectIsBigInt (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h708 const Operator* ObjectIsBigInt(); in NON_EXPORTED_BASE()
Dtyper.cc288 static Type ObjectIsBigInt(Type, Typer*);
570 Type Typer::Visitor::ObjectIsBigInt(Type type, Typer* t) { in ObjectIsBigInt() function in v8::internal::compiler::Typer::Visitor
2097 return TypeUnaryOp(node, ObjectIsBigInt); in TypeObjectIsBigInt()
Dopcodes.h403 V(ObjectIsBigInt) \
Dsimplified-operator.cc738 V(ObjectIsBigInt, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc2506 result = NewNode(simplified()->ObjectIsBigInt(), object); in VisitTestTypeOf()