Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ !
Dparse.js1469 var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls));
1476 val = make_unary(AST_UnaryPostfix, S.token, val);
1484 function make_unary(ctor, token, expr) { function
/plugin/asciidocjs/node_modules/uglify-js/lib/ !
Dparse.js2377 var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(no_in));
2384 val = make_unary(AST_UnaryPostfix, S.token, val);
2392 function make_unary(ctor, token, expr) { function