Home
last modified time | relevance | path

Searched refs:from_array (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1069 seq = AST_Seq.from_array(seq);
2092 x.value = AST_Seq.from_array(side_effects);
2101 body: AST_Seq.from_array(side_effects)
2332 return args && AST_Seq.from_array(args);
2395 return values && AST_Seq.from_array(values);
2402 return values && AST_Seq.from_array(values);
2817 return AST_Seq.from_array(assignments);
3059 return AST_Seq.from_array(args).transform(compressor);
3064 return AST_Seq.from_array(args).transform(compressor);
3170 seq = AST_Seq.from_array(x).transform(compressor);
[all …]
Dmozilla-ast.js148 return AST_Seq.from_array(M.expressions.map(from_moz));