Source code

Revision control

Copy as Markdown

Other Tools

for (var i = 0; i < 100; ++i) {
assertEq(typeof Uint16Array == undefined, false);
}