Searched refs:UnaryTyperFun (Results 1 – 1 of 1) sorted by relevance
238 typedef Type (*UnaryTyperFun)(Type, Typer* t); typedef in v8::internal::compiler::Typer::Visitor241 Type TypeUnaryOp(Node* node, UnaryTyperFun);388 Type Typer::Visitor::TypeUnaryOp(Node* node, UnaryTyperFun f) { in TypeUnaryOp()