Chi mi sa dire cosa fa questa funzione:

function leftshift(op,n) {
return op << n;
}

Grazie.