Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js355 if (RE_OCT_NUMBER.test(num) && next_token.has_directive("use strict")) {
400 if (ch.length > 0 && next_token.has_directive("use strict"))
443 return next_token;
454 return next_token;
562 function next_token(force_regexp) { function
593 if (tok === next_token) continue;
606 next_token.context = function(nc) {
611 next_token.add_directive = function(directive) {
621 next_token.push_directives_stack = function() {
625 next_token.pop_directives_stack = function() {
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js387 …if (next_token.has_directive("use strict")) parse_error("Legacy octal literals are not allowed in …
428 if (ch.length > 0 && next_token.has_directive("use strict"))
460 return next_token;
471 return next_token;
579 function next_token(force_regexp) { function
610 if (tok === next_token) continue;
623 next_token.context = function(nc) {
628 next_token.add_directive = function(directive) {
632 next_token.push_directives_stack = function() {
636 next_token.pop_directives_stack = function() {
[all …]