Home | History | Annotate | Download | only in compiler

Lines Matching full:parse_info

122     ParseInfo parse_info(zone_, function);
124 CompilationInfo compilation_info(&parse_info);
127 // TODO(mythria): Remove this step once parse_info is not needed.
128 CHECK(Compiler::ParseAndAnalyze(&parse_info));