Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js75 return new AST_Defun({
258 def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) {
Dcompress.js306 if (node instanceof AST_Defun) {
843 if (stat instanceof AST_Defun) {
1192 if (stat instanceof AST_Defun) {
1201 if (!(stat instanceof AST_Defun)) {
1211 if (node instanceof AST_Defun) {
1797 def(AST_Defun, return_true);
1929 if (node instanceof AST_Defun) {
2040 if (drop_funcs && node instanceof AST_Defun && node !== self) {
2192 if (node instanceof AST_Defun && hoist_funs) {
2832 if (fixed instanceof AST_Defun) {
Dscope.js644 && node instanceof AST_Defun
Dparse.js896 return function_(AST_Defun);
1059 var in_statement = ctor === AST_Defun;
Dast.js418 var AST_Defun = DEFNODE("Defun", null, { variable
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js85 ctor = M.generator ? AST_GeneratorDefun : AST_Defun;
349 case AST_Defun:
Dparse.js943 if (!is("operator", "*")) return function_(AST_Defun);
1546 if (!is("operator", "*")) return maybe_named(AST_Defun, function_(AST_Function));
1576 if (!is("operator", "*")) return function_(AST_Defun);
Dscope.js653 if (node instanceof AST_Defun && tw.has_directive("use asm")) {
Dcompress.js470 … return node instanceof AST_Class || node instanceof AST_Defun || node instanceof AST_Function;
1910 || stat instanceof AST_Defun
1996 if (node.init instanceof AST_Defun) {
2532 if (node instanceof AST_Defun) return funarg && lhs.name === node.name.name;
5493 if (fn instanceof AST_Arrow || fn instanceof AST_Defun || fn instanceof AST_Function) {
6309 if (!(fn instanceof AST_Defun || fn instanceof AST_Function)) break;
6856 case AST_Defun:
7454 ctor = AST_Defun;
8390 AST_Defun.DEFMETHOD("process_returns", function(compressor) {
10906 || line instanceof AST_Defun