Home | History | Annotate | Download | only in cctest

Lines Matching refs:Parser

38 #include "parser.h"
140 // Parser/Scanner needs a stack limit.
816 // Test the parser for correctly setting the start and end positions
1019 i::Parser parser(script, i::kAllowLazy | i::EXTENDED_MODE, NULL, NULL);
1023 i::FunctionLiteral* function = parser.ParseProgram(&info);
1063 i::Parser parser(script, flags, NULL, NULL);
1066 i::FunctionLiteral* function = parser.ParseProgram(&info);
1071 // Extract exception from the parser.
1090 "However, the parser succeeded",
1095 "Parser failed on:\n"
1104 // Check that preparser and parser produce the same error.
1108 "Expected parser and preparser to produce the same error on:\n"