Searched refs:AST_Seq (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 551 return make_node(AST_Seq, orig, { 1069 seq = AST_Seq.from_array(seq); 1095 if (stat instanceof AST_Seq) { 1108 if (left instanceof AST_Seq) { 1111 left = AST_Seq.cons(left, right); 1276 def(AST_Seq, function(pure_getters) { 1310 def(AST_Seq, function(){ 1337 def(AST_Seq, function(compressor){ 1361 def(AST_Seq, function(compressor){ 1687 def(AST_Seq, function(compressor){ [all …]
|
| D | ast.js | 617 var AST_Seq = DEFNODE("Seq", "car cdr", { variable 624 var seq = new AST_Seq(x); 634 list = AST_Seq.cons(array[i], list); 650 if (p.cdr && !(p.cdr instanceof AST_Seq)) { 661 if (!(p.cdr instanceof AST_Seq)) { 662 var cell = AST_Seq.cons(p.cdr, node); 669 if (this.cdr instanceof AST_Seq) {
|
| D | propmangle.js | 227 if (node instanceof AST_Seq) { 250 if (node instanceof AST_Seq) {
|
| D | mozilla-ast.js | 148 return AST_Seq.from_array(M.expressions.map(from_moz)); 328 def_to_moz(AST_Seq, function To_Moz_SequenceExpression(M) {
|
| D | transform.js | 177 _(AST_Seq, function(self, tw){
|
| D | utils.js | 349 if ((p instanceof AST_Seq && p.car === node ) ||
|
| D | output.js | 591 PARENS(AST_Seq, function(output){ 1086 AST_Seq.DEFMETHOD("_do_print", function(output){ 1097 DEFPRINT(AST_Seq, function(self, output){
|
| D | parse.js | 1560 return new AST_Seq({
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/ |
| D | extract-props.js | 53 if (node instanceof U2.AST_Seq) {
|
| D | uglifyjs | 572 if (node instanceof UglifyJS.AST_Seq) return; // descend
|