summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug634236.js
blob: 68eb8c48fb4c44002596365eed8f6220580aa7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// |jit-test| error:ReferenceError

// Binary: cache/js-dbg-32-e25c8949931d-linux
// Flags:
//
(eval("\
  (function(){\
    b = {};\
    b.__proto__=evalcx('split');\
    print(b)\
    }\
  )\
"))()