Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs202 function readNameCache(key) {
203 return UglifyJS.readNameCache(ARGS.name_cache, key);
439 var cache = readNameCache("props");
461 var TL_CACHE = readNameCache("vars");
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js127 options.mangleProperties.cache = UglifyJS.readNameCache(options.nameCache, "props");
256 UglifyJS.readNameCache = function(filename, key) { function