function Pair()

in switch.js [124:128]


function Pair(a, b) {
    Array.call(this);
    this[0] = a;
    this[1] = b;
}