Searched defs:ObjectIsString (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dtyper.cc258 static Type* ObjectIsString(Type*, Typer*);
593 Type* Typer::Visitor::ObjectIsString(Type* type, Typer* t) { function in class:v8::internal::compiler::Typer::Visitor
2010 return TypeUnaryOp(node, ObjectIsString);

Completed in 120 milliseconds