Searched refs:with_eof_error (Results 1 – 2 of 2) sorted by relevance
416 var read_string = with_eof_error("Unterminated string constant", function(quote_char){446 var skip_multiline_comment = with_eof_error("Unterminated multiline comment", function(){480 var read_regexp = with_eof_error("Unterminated regular expression", function(regexp){551 function with_eof_error(eof_error, cont) { function
241 read_template : with_eof_error("Unterminated template literal", function(strings) {433 var read_string = with_eof_error("Unterminated string constant", function(quote_char) {463 var skip_multiline_comment = with_eof_error("Unterminated multiline comment", function() {496 var read_regexp = with_eof_error("Unterminated regular expression", function(source) {568 function with_eof_error(eof_error, cont) { function