Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h419 const Operator* ObjectIsString(); in NON_EXPORTED_BASE()
Dtyper.cc292 static Type* ObjectIsString(Type*, Typer*);
537 Type* Typer::Visitor::ObjectIsString(Type* type, Typer* t) { in ObjectIsString() function in v8::internal::compiler::Typer::Visitor
1927 return TypeUnaryOp(node, ObjectIsString); in TypeObjectIsString()
Dopcodes.h340 V(ObjectIsString) \
Dsimplified-operator.cc488 V(ObjectIsString, Operator::kNoProperties, 1, 0) \
Djs-typed-lowering.cc912 value = graph()->NewNode(simplified()->ObjectIsString(), input); in ReduceJSEqualTypeOf()