Searched refs:init_scope_vars (Results 1 – 2 of 2) sorted by relevance
450 function init_scope_vars(scope, parent) { function460 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);
108 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