Searched refs:StringFromCharCodeTyper (Results 1 – 1 of 1) sorted by relevance
298 static Type* StringFromCharCodeTyper(Type*, Typer*);1590 Type* Typer::Visitor::StringFromCharCodeTyper(Type* type, Typer* t) { in StringFromCharCodeTyper() function in v8::internal::compiler::Typer::Visitor1603 return TypeUnaryOp(node, StringFromCharCodeTyper); in TypeStringFromCharCode()