Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js66 var MOZ_TO_ME = { variable
216 MOZ_TO_ME.UpdateExpression =
217 MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {
545 MOZ_TO_ME[moztype] = moz_to_me;
553 var ret = node != null ? MOZ_TO_ME[node.type](node) : null;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js47 var MOZ_TO_ME = { variable
597 MOZ_TO_ME.UpdateExpression =
598 MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {
1198 MOZ_TO_ME[moztype] = new Function("U2", "my_start_token", "my_end_token", "from_moz", [
1220 if (!HOP(MOZ_TO_ME, moz.type)) throw new Error("Unsupported type: " + moz.type);
1221 node = MOZ_TO_ME[moz.type](moz);