Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js46 function SymbolDef(scope, index, orig) { class
55 this.id = SymbolDef.next_id++;
58 SymbolDef.next_id = 1;
60 SymbolDef.prototype = {
250 var g = new SymbolDef(this, globals.size(), node);
311 def = new SymbolDef(this, this.variables.size(), symbol);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dexports.js19 exports["SymbolDef"] = SymbolDef;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js335 …enclosed: "[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or an…
338 …variables: "[Dictionary/S] a map of name ---> SymbolDef for all variables/functions defined in thi…
1974 thedef: "[SymbolDef/S] the definition of this symbol"
Dscope.js46 function SymbolDef(id, scope, orig, init) { class
61 SymbolDef.prototype = {
112 DEF_BITPROPS(SymbolDef, [
251 return new SymbolDef(++next_def_id, this, orig, init);