blob: 33ab51bdc27085e4c08321138b982786cb0c82ae [file] [log] [blame]
//@ runDefault
new Uint8Array().lastIndexOf(0, {
valueOf: () => -1
});