Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js646 var params = M.argnames.map(to_moz);
649 argument: to_moz(M.rest),
653 id: to_moz(M.name),
662 var params = M.argnames.map(to_moz);
665 argument: to_moz(M.rest),
671 body: M.value ? to_moz(M.value) : to_moz_scope("BlockStatement", M),
675 id: to_moz(M.name),
686 id: to_moz(M.name),
687 superClass: to_moz(M.extends),
690 body: M.properties.map(to_moz),
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js261 id: to_moz(M.name),
262 params: M.argnames.map(to_moz),
270 id: to_moz(M.name),
271 params: M.argnames.map(to_moz),
289 expression: to_moz(M.body)
296 test: to_moz(M.expression),
297 consequent: M.body.map(to_moz)
305 handler: to_moz(M.bcatch),
307 finalizer: to_moz(M.bfinally)
314 param: to_moz(M.argname),
[all …]