blob: 48c4559da525b8c5d0faf3e6bd1d5a03d39113e5 [file] [log] [blame]
let f = createBuiltin(`(function (arg) {
let r = @tryGetById(arg, "prototype");
if (arg !== true) throw new @Error("Bad clobber of arg");
return r;
})`);
noInline(f);
for (let i = 0; i < 10000; i++) {
f(true);
}