Home | History | Annotate | Download | only in src

Lines Matching refs:preparser

33 #include "../include/v8-preparser.h"
43 #include "preparser.h"
148 // It's only used by the real parser based on preparser data.
173 // or here (for a stand-alone preparser).
194 preparser::PreParser::PreParseResult result =
195 preparser::PreParser::PreParseProgram(&scanner,
199 if (result == preparser::PreParser::kPreParseStackOverflow) {