DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / 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;