Searched refs:AST_Function (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 84 return new AST_Function({ 267 def_to_moz(AST_Function, function To_Moz_FunctionExpression(M) { 454 AST_Lambda.DEFMETHOD("to_mozilla_ast", AST_Function.prototype.to_mozilla_ast);
|
| D | compress.js | 320 if (node instanceof AST_Function) { 586 return node.expression instanceof AST_Function || is_iife_call(node.expression); 1252 def(AST_Function, return_false); 1568 if (e instanceof AST_Function) return typeof function(){}; 1679 def(AST_Function, function(){ 1798 def(AST_Function, return_false); 2009 if (node instanceof AST_Function 2319 if (this.expression instanceof AST_Function 2335 def(AST_Function, return_null); 2833 def.fixed = fixed = make_node(AST_Function, fixed, fixed).clone(true); [all …]
|
| D | output.js | 500 if (node instanceof AST_Function || 566 PARENS(AST_Function, function(output){ 655 return this.expression instanceof AST_Function
|
| D | scope.js | 343 AST_Function.DEFMETHOD("next_mangled", function(options, def){
|
| D | ast.js | 414 var AST_Function = DEFNODE("Function", null, { variable
|
| D | parse.js | 1301 var func = function_(AST_Function);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 1126 var func = function_(async ? AST_AsyncFunction : AST_Function); 1546 if (!is("operator", "*")) return maybe_named(AST_Defun, function_(AST_Function)); 1909 func = function_(AST_Function); 2055 var func = function_(AST_Function);
|
| D | mozilla-ast.js | 109 ctor = M.generator ? AST_GeneratorFunction : AST_Function; 350 decl = new AST_Function(decl);
|
| D | compress.js | 364 expression: make_node(AST_Function, self, { 470 … return node instanceof AST_Class || node instanceof AST_Defun || node instanceof AST_Function; 2625 if (node instanceof AST_Function) { 5493 if (fn instanceof AST_Arrow || fn instanceof AST_Defun || fn instanceof AST_Function) { 6289 OPT(AST_Function, function(self, compressor) { 6309 if (!(fn instanceof AST_Defun || fn instanceof AST_Function)) break; 6857 ctor = AST_Function; 7084 … if (node instanceof AST_Function && node.name && !drop_fn_name(node.name.definition())) { 7453 case AST_Function: 7514 … if (!is_var || compressor.has_directive("use strict") || !(fn instanceof AST_Function)) { [all …]
|
| D | output.js | 682 PARENS(AST_Function, needs_parens_function); 815 && node.expression instanceof AST_Function
|