Searched defs:typer (Results 1 – 2 of 2) sorted by relevance
29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator()59 explicit Visitor(Typer* typer, LoopVariableOptimizer* induction_vars) in Visitor()
2029 Typer typer(isolate(), data->js_heap_broker(), flags, data->graph()); in CreateGraph() local