Home
last modified time | relevance | path

Searched refs:with_eof_error (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js416 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
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js241 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