DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 5.9.1-1 / compiler / tests-js-parser / pass / 779e65d6349f1616.js
12345678
a = typeof 1; b = typeof 'c'; d = typeof []; e = typeof {}; f = typeof /./; g = typeof false; h = typeof function(){}; i = typeof j;