haikuwebkit/JSTests/stress/typed-array-lastIndexOf-exc...

6 lines
76 B
JavaScript

//@ runDefault
new Uint8Array().lastIndexOf(0, {
valueOf: () => -1
});