Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs206 function writeNameCache(key, cache) {
207 return UglifyJS.writeNameCache(ARGS.name_cache, key, cache);
457 writeNameCache("props", cache);
492 writeNameCache("vars", TL_CACHE);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js129 UglifyJS.writeNameCache(options.nameCache, "props", options.mangleProperties.cache);
274 UglifyJS.writeNameCache = function(filename, key, cache) { function