Searched refs:ObjectIsString (Results 1 – 5 of 5) sorted by relevance
419 const Operator* ObjectIsString(); in NON_EXPORTED_BASE()
292 static Type* ObjectIsString(Type*, Typer*);537 Type* Typer::Visitor::ObjectIsString(Type* type, Typer* t) { in ObjectIsString() function in v8::internal::compiler::Typer::Visitor1927 return TypeUnaryOp(node, ObjectIsString); in TypeObjectIsString()
340 V(ObjectIsString) \
488 V(ObjectIsString, Operator::kNoProperties, 1, 0) \
912 value = graph()->NewNode(simplified()->ObjectIsString(), input); in ReduceJSEqualTypeOf()