Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc298 static Type* StringFromCharCodeTyper(Type*, Typer*);
1590 Type* Typer::Visitor::StringFromCharCodeTyper(Type* type, Typer* t) { in StringFromCharCodeTyper() function in v8::internal::compiler::Typer::Visitor
1603 return TypeUnaryOp(node, StringFromCharCodeTyper); in TypeStringFromCharCode()