Searched refs:nameCache (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | minify.js | 86 nameCache: null, property 114 cache: options.nameCache && (options.nameCache.vars || {}), 134 if (options.nameCache && !("cache" in options.mangle.properties)) { 135 options.mangle.properties.cache = options.nameCache.props || {}; 247 if (options.nameCache && options.mangle) { 248 if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache); 250 options.nameCache.props = to_json(options.mangle.properties.cache);
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 33 var output, nameCache; 77 nameCache: "name-cache", 205 nameCache = read_value(true); 206 options.nameCache = JSON.parse(read_file(nameCache, "{}")); 467 if (nameCache) fs.writeFileSync(nameCache, JSON.stringify(options.nameCache));
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 54 nameCache : null, property 126 if (options.mangleProperties || options.nameCache) { 127 options.mangleProperties.cache = UglifyJS.readNameCache(options.nameCache, "props"); 129 UglifyJS.writeNameCache(options.nameCache, "props", options.mangleProperties.cache);
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 419 The `nameCache` option: 425 nameCache: {} 446 nameCache: JSON.parse(fs.readFileSync(cacheFileName, "utf8")) 456 fs.writeFileSync(cacheFileName, JSON.stringify(options.nameCache), "utf8"); 537 - `nameCache` (default: `null`) — pass an empty object `{}` or a previously 538 used `nameCache` object if you wish to cache mangled variable and 588 nameCache: null, // or specify a name cache object
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 10961 var nameCache = Object.create(null); 10970 var nameValue = nameCache[name]; 10971 return nameValue ? nameValue : nameCache[name] = new Name(name); 10975 nameCache = Object.create(null); property
|
| D | pdf.worker.js.map | 1 …nameCache","nameValue","Cmd","cmdCache","cmdValue","Dict","nonSerializable","assignXref","xref","s…
|