Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js450 function init_scope_vars(scope, parent) { function
460 init_scope_vars(this, parent_scope);
463 init_scope_vars(this, parent_scope);
467 init_scope_vars(this, parent_scope);
470 init_scope_vars(this, parent_scope);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js108 scope.init_scope_vars(save_scope);
114 node.init_scope_vars(scope);
269 AST_Scope.prototype.init_scope_vars.apply(this, arguments); method in AST_Scope