js/src/jit-test/tests/parser/bug-896126.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:f6b59a114840
1 // |jit-test| error: SyntaxError
2 ({
3 r: function() {
4 function f() {
5 w[0xe56241c6 >> 3]
6 }
7 },
8 s: function() {
9 "use asm"
10 return (1 for
11

mercurial