bug-1811789.js (272B)
1 // |jit-test| 2 3 load(libdir + "asserts.js"); 4 5 function f5() { } 6 7 function f0() { 8 const v15 = new Uint8Array(); 9 f5 &&= v15; 10 const v17 = new Uint8Array(); 11 const v16 = wrapWithProto(v17, f5); 12 v16.with(); 13 } 14 assertThrowsInstanceOf(() => f0(), RangeError);