Home
last modified time | relevance | path

Searched refs:pure_getters (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js74 pure_getters : !false_by_default && "strict", property
1233 var pure_getters = compressor.option("pure_getters");
1234 return !pure_getters || this._throw_on_access(pure_getters);
1237 function is_strict(pure_getters) { argument
1238 return /strict/.test(pure_getters);
1246 def(AST_Object, function(pure_getters) { argument
1247 if (!is_strict(pure_getters)) return false;
1257 def(AST_Binary, function(pure_getters) { argument
1260 return this.left._throw_on_access(pure_getters);
1262 return this.left._throw_on_access(pure_getters)
[all …]
/plugin/asciidocjs/node_modules/core-js/build/
DGruntfile.ls15 compress: {+keep_fnames, +pure_getters}
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md409 - `pure_getters` -- the default is `false`. If you pass `true` for
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md780 - `pure_getters` (default: `"strict"`) — If you pass `true` for
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js90 pure_getters : !false_by_default && "strict", property