Searched refs:ObjectIsString (Results 1 – 5 of 5) sorted by relevance
719 const Operator* ObjectIsString(); in NON_EXPORTED_BASE()
299 static Type ObjectIsString(Type, Typer*);635 Type Typer::Visitor::ObjectIsString(Type type, Typer* t) { in ObjectIsString() function in v8::internal::compiler::Typer::Visitor2161 return TypeUnaryOp(node, ObjectIsString); in TypeObjectIsString()
414 V(ObjectIsString) \
749 V(ObjectIsString, Operator::kNoProperties, 1, 0) \
2500 result = NewNode(simplified()->ObjectIsString(), object); in VisitTestTypeOf()