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