Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc317 static Type StringFromSingleCharCodeTyper(Type, Typer*);
1903 Type Typer::Visitor::StringFromSingleCharCodeTyper(Type type, Typer* t) { in StringFromSingleCharCodeTyper() function in v8::internal::compiler::Typer::Visitor
1928 return TypeUnaryOp(node, StringFromSingleCharCodeTyper); in TypeStringFromSingleCharCode()