Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h719 const Operator* ObjectIsString(); in NON_EXPORTED_BASE()
Dtyper.cc299 static Type ObjectIsString(Type, Typer*);
635 Type Typer::Visitor::ObjectIsString(Type type, Typer* t) { in ObjectIsString() function in v8::internal::compiler::Typer::Visitor
2161 return TypeUnaryOp(node, ObjectIsString); in TypeObjectIsString()
Dopcodes.h414 V(ObjectIsString) \
Dsimplified-operator.cc749 V(ObjectIsString, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc2500 result = NewNode(simplified()->ObjectIsString(), object); in VisitTestTypeOf()