Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyper.cc267 static Type ObjectIsString(Type, Typer*);
650 Type Typer::Visitor::ObjectIsString(Type type, Typer* t) { in ObjectIsString() function in v8::internal::compiler::Typer::Visitor
2326 return TypeUnaryOp(node, ObjectIsString); in TypeObjectIsString()
Dsimplified-operator.h952 const Operator* ObjectIsString(); in NON_EXPORTED_BASE()
Dopcodes.h463 V(ObjectIsString) \
Dsimplified-operator.cc779 V(ObjectIsString, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc3315 result = NewNode(simplified()->ObjectIsString(), object); in VisitTestTypeOf()