Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| --ion-warmup-threshold=50
setJitCompilerOption("offthread-compilation.enable", 0);
gcPreserveCode();
for (var i = 0; i < 30000; i++) {
var a = inIon() ? 7 : 300;
var buf = new Uint8ClampedArray(a);
(function() {}) * this;
try {} catch (e) {}
}