Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyper.cc286 static Type StringFromSingleCharCodeTyper(Type, Typer*);
2041 Type Typer::Visitor::StringFromSingleCharCodeTyper(Type type, Typer* t) { in StringFromSingleCharCodeTyper() function in v8::internal::compiler::Typer::Visitor
2066 return TypeUnaryOp(node, StringFromSingleCharCodeTyper); in TypeStringFromSingleCharCode()