Home | History | Annotate | Download | only in src

Lines Matching defs:error_type

2312       Handle<String> error_type = Factory::illegal_continue_symbol();
2313 if (!label.is_null()) error_type = Factory::unknown_label_symbol();
2314 Expression* throw_error = NewThrowSyntaxError(error_type, label);
2345 Handle<String> error_type = Factory::illegal_break_symbol();
2346 if (!label.is_null()) error_type = Factory::unknown_label_symbol();
2347 Expression* throw_error = NewThrowSyntaxError(error_type, label);