Home
last modified time | relevance | path

Searched refs:AST_Function (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js84 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);
Dcompress.js320 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 …]
Doutput.js500 if (node instanceof AST_Function ||
566 PARENS(AST_Function, function(output){
655 return this.expression instanceof AST_Function
Dscope.js343 AST_Function.DEFMETHOD("next_mangled", function(options, def){
Dast.js414 var AST_Function = DEFNODE("Function", null, { variable
Dparse.js1301 var func = function_(AST_Function);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js1126 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);
Dmozilla-ast.js109 ctor = M.generator ? AST_GeneratorFunction : AST_Function;
350 decl = new AST_Function(decl);
Dcompress.js364 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 …]
Doutput.js682 PARENS(AST_Function, needs_parens_function);
815 && node.expression instanceof AST_Function