Home
last modified time | relevance | path

Searched refs:AST_Scope (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js107 scope = new AST_Scope(node);
113 if (node instanceof AST_Scope) {
258 AST_Scope.DEFMETHOD("init_scope_vars", function(parent_scope){
269 AST_Scope.prototype.init_scope_vars.apply(this, arguments); class
298 AST_Scope.DEFMETHOD("find_variable", function(name){
304 AST_Scope.DEFMETHOD("def_function", function(symbol){
308 AST_Scope.DEFMETHOD("def_variable", function(symbol){
321 AST_Scope.DEFMETHOD("next_mangled", function(options){
434 if (node instanceof AST_Scope) {
645 && !(tw.parent() instanceof AST_Scope)) {
Dast.js310 var AST_Scope = DEFNODE("Scope", "directives variables functions uses_with uses_eval parent_scope e… variable
389 }, AST_Scope);
408 }, AST_Scope);
1013 if (node instanceof AST_Scope) {
Dcompress.js158 if (node instanceof AST_Scope) {
175 if (was_scope && opt instanceof AST_Scope) {
268 if (node instanceof AST_Scope) node.variables.each(reset_def);
491 if (scope instanceof AST_Scope) break;
1215 if (node instanceof AST_Scope) {
1899 AST_Scope.DEFMETHOD("drop_unused", function(compressor){
1975 if (node instanceof AST_Scope) {
2157 if (node instanceof AST_Scope && node !== self)
2165 AST_Scope.DEFMETHOD("hoist_declarations", function(compressor){
2177 if (node instanceof AST_Scope && node !== self)
[all …]
Doutput.js455 …self instanceof AST_Directive && self.value == "use asm" && stream.parent() instanceof AST_Scope) {
470 if (self instanceof AST_Scope) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js337 parent_scope: "[AST_Scope?/S] link to the parent scope",
357 … if (!(this.resolve() instanceof AST_Scope)) throw new Error("must be contained within AST_Scope");
1973 scope: "[AST_Scope/S] the current scope (not necessarily the definition scope)",
Dcompress.js190 var is_scope = node instanceof AST_Scope;
306 AST_Scope.DEFMETHOD("process_expression", function(insert, transform) {
480 if (sym instanceof AST_Scope) return true;
922 if (node instanceof AST_Scope && node !== fn) return true;
1141 tw.find_parent(AST_Scope).may_call_this();
1469 tw.find_parent(AST_Scope).may_call_this();
1938 if (node instanceof AST_Scope && node !== exp) return true;
2075 || block instanceof AST_Scope
2102 } else if (node instanceof AST_Scope) {
2261 if (node instanceof AST_Scope) abort = true;
[all …]
Dscope.js243 if (node instanceof AST_Scope) defun = node;
459 AST_Scope.DEFMETHOD("init_vars", function(parent_scope) {
Dmozilla-ast.js1243 if (parent instanceof AST_Scope) break;
Doutput.js1440 if (node instanceof AST_Scope && !(is_arrow(node) && node.value)) return true;