Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js5704 var global_pure_constructors = makePredicate("Map Set WeakMap WeakSet"); variable
5710 if (this instanceof AST_New && global_pure_constructors[expr.name]) return true;