Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js551 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 …]
Dast.js617 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) {
Dpropmangle.js227 if (node instanceof AST_Seq) {
250 if (node instanceof AST_Seq) {
Dmozilla-ast.js148 return AST_Seq.from_array(M.expressions.map(from_moz));
328 def_to_moz(AST_Seq, function To_Moz_SequenceExpression(M) {
Dtransform.js177 _(AST_Seq, function(self, tw){
Dutils.js349 if ((p instanceof AST_Seq && p.car === node ) ||
Doutput.js591 PARENS(AST_Seq, function(output){
1086 AST_Seq.DEFMETHOD("_do_print", function(output){
1097 DEFPRINT(AST_Seq, function(self, output){
Dparse.js1560 return new AST_Seq({
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js53 if (node instanceof U2.AST_Seq) {
Duglifyjs572 if (node instanceof UglifyJS.AST_Seq) return; // descend