Lines Matching defs:error
133 message = scanner()->error();
1236 // Keep track of the first string literal local name exported for error
1243 // caller needs to report an error.
1398 // It is a syntax error if two AssertEntries have the same key.
1496 // than above and in ParseNamedImports, but then a possible error message
2897 // The error might be in an inner function.
2901 // If we encounter an error that the preparser can not identify we reset to
2903 // to identify the actual error.
3007 // message object is used by the inspector to provide better error
3663 Statement* Parser::CheckCallable(Variable* var, Expression* error, int pos) {
3674 Statement* throw_call = factory()->NewExpressionStatement(error, pos);