Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ !
Dparse.js480 var read_regexp = with_eof_error("Unterminated regular expression", function(regexp){ variable
532 return S.regex_allowed ? read_regexp("") : read_operator("/");
564 return read_regexp(force_regexp);
/plugin/asciidocjs/node_modules/uglify-js/lib/ !
Dparse.js496 var read_regexp = with_eof_error("Unterminated regular expression", function(source) { variable
550 return S.regex_allowed ? read_regexp("") : read_operator("/");
581 return read_regexp(force_regexp);