Home
last modified time | relevance | path

Searched defs:first_in_statement (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1663 function best(orig, alt, first_in_statement) { argument
1692 def(AST_Conditional, function(compressor, first_in_statement){ argument
1698 def(AST_Binary, function(compressor, first_in_statement){ argument
1727 node.DEFMETHOD("negate", function(compressor, first_in_statement){ argument
2301 function trim(nodes, compressor, first_in_statement) { argument
2317 def(AST_Call, function(compressor, first_in_statement){ argument
2336 def(AST_Binary, function(compressor, first_in_statement){ argument
2375 def(AST_Unary, function(compressor, first_in_statement){ argument
2393 def(AST_Object, function(compressor, first_in_statement){ argument
2397 def(AST_ObjectProperty, function(compressor, first_in_statement){ argument
[all …]
Dutils.js344 function first_in_statement(stack) { function
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js243 function first_in_statement(stack, arrow, export_default) { function
Dcompress.js5634 function best(orig, alt, first_in_statement) { argument
5647 def(AST_Binary, function(compressor, first_in_statement) { argument
5678 def(AST_Conditional, function(compressor, first_in_statement) { argument
5698 node.DEFMETHOD("negate", function(compressor, first_in_statement) { argument
8746 function trim(nodes, compressor, first_in_statement, spread) { argument
8765 function array_spread(node, compressor, first_in_statement) { argument
8775 def(AST_Array, function(compressor, first_in_statement) { argument
8812 def(AST_Binary, function(compressor, first_in_statement) { argument
8856 def(AST_Call, function(compressor, first_in_statement) { argument
8905 def(AST_ClassExpression, function(compressor, first_in_statement) { argument
[all …]