Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyper.cc255 static Type ObjectIsBigInt(Type, Typer*);
564 Type Typer::Visitor::ObjectIsBigInt(Type type, Typer* t) { in ObjectIsBigInt() function in v8::internal::compiler::Typer::Visitor
2258 return TypeUnaryOp(node, ObjectIsBigInt); in TypeObjectIsBigInt()
Dsimplified-operator.h940 const Operator* ObjectIsBigInt(); in NON_EXPORTED_BASE()
Dopcodes.h450 V(ObjectIsBigInt) \
Dsimplified-operator.cc767 V(ObjectIsBigInt, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc3321 result = NewNode(simplified()->ObjectIsBigInt(), object); in VisitTestTypeOf()