Searched refs:is_strict (Results 1 – 3 of 3) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 1350 var is_strict = S.input.has_directive("use strict"); 1365 if (is_strict) node.each_argname(strict_verify_symbol); 1399 var is_strict = S.input.has_directive("use strict"); 1412 if (is_strict) {
|
| D | compress.js | 4546 function is_strict(compressor, force) { function 4549 def(AST_Node, is_strict); 4569 return is_strict(compressor, force) && !all(this.properties, function(prop) { 4580 if (!is_strict(compressor, force)) return false; 4588 return is_strict(compressor, force) && !all(this.properties, function(prop) { 4594 return is_strict(compressor, force) && !this.scope.resolve().new; 4601 if (!is_strict(compressor, force)) return false;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 1237 function is_strict(pure_getters) { function 1241 def(AST_Node, is_strict); 1247 if (!is_strict(pure_getters)) return false; 1281 if (!is_strict(pure_getters)) return false;
|