Searched refs:MOZ_TO_ME (Results 1 – 2 of 2) sorted by relevance
66 var MOZ_TO_ME = { variable216 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;
47 var MOZ_TO_ME = { variable597 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);