Home
last modified time | relevance | path

Searched refs:is_strict (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js1350 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) {
Dcompress.js4546 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/
Dcompress.js1237 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;