js/src/jit-test/tests/basic/bug836601.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:335e831a00b4
1 // |jit-test| error: InternalError
2 let k
3 Proxy.createFunction(function() {
4 return {
5 get: Uint32Array
6 }
7 }(), decodeURIComponent) & k
8

mercurial