Home
last modified time | relevance | path

Searched refs:AST_Lambda (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js190 if (node instanceof AST_Lambda) {
209 if (node.scope instanceof AST_Lambda && name == "arguments") {
268 AST_Lambda.DEFMETHOD("init_scope_vars", function(){
354 var name = AST_Lambda.prototype.next_mangled.call(this, options, def);
492 else if (node instanceof AST_Lambda)
634 && node instanceof AST_Lambda
Dast.js391 var AST_Lambda = DEFNODE("Lambda", "name argnames uses_arguments", { variable
412 }, AST_Lambda);
416 }, AST_Lambda);
420 }, AST_Lambda);
986 if (node instanceof AST_Lambda) {
995 if (node instanceof AST_Lambda) {
Dtransform.js166 _(AST_Lambda, function(self, tw){
Dcompress.js229 if (node instanceof AST_Lambda && node !== self) {
273 || is_modified(node, 0, node.fixed_value() instanceof AST_Lambda)) {
713 if (node instanceof AST_Lambda
820 … if (argument instanceof AST_Lambda && comments.length && has_inject(comments[0])) {
848 if (def.value && def.value instanceof AST_Lambda) {
889 var in_lambda = self instanceof AST_Lambda;
1519 def(AST_Lambda, function(){
2019 if (node instanceof AST_Lambda && !(node instanceof AST_Accessor)) {
2228 if (self instanceof AST_Lambda
2757 || node instanceof AST_Lambda
[all …]
Doutput.js847 AST_Lambda.DEFMETHOD("_do_print", function(output, nokeyword){
865 DEFPRINT(AST_Lambda, function(self, output){
1402 DEFMAP(AST_Lambda, basic_sourcemap_gen);
Dmozilla-ast.js454 AST_Lambda.DEFMETHOD("to_mozilla_ast", AST_Function.prototype.to_mozilla_ast);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js267 if (node instanceof AST_Lambda) {
469 AST_Lambda.DEFMETHOD("init_vars", function(parent_scope) {
488 if (options.keep_fargs && s instanceof AST_Lambda) s.each_argname(function(arg) {
Dcompress.js328 if (node instanceof AST_Lambda) {
387 } else if (obj instanceof AST_Lambda) {
410 if (value instanceof AST_Lambda) return native_fns.Function[name];
466 return node instanceof AST_Class || node instanceof AST_Lambda;
597 if (fixed instanceof AST_Lambda && fixed.safe_ids !== undefined) return;
1138 if (fixed instanceof AST_Lambda) {
1316 def(AST_Lambda, function(tw, descend, compressor) {
1445 if (value instanceof AST_Lambda
1466 if (fixed instanceof AST_Lambda) {
1743 if (sync && parent instanceof AST_Lambda) {
[all …]
Dtransform.js133 DEF(AST_Lambda, function(self, tw) {
Doutput.js1191 DEFPRINT(AST_Lambda, function(output) {
1934 AST_Lambda,
Dmozilla-ast.js661 def_to_moz(AST_Lambda, function To_Moz_FunctionExpression(M) {