comparison: js/src/jit-test/tests/basic/bug566136.js
js/src/jit-test/tests/basic/bug566136.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 this.__proto__ = []; |
|
2 print(length); |
|
3 function f() { |
|
4 eval('Math'); |
|
5 length = 2; |
|
6 } |
|
7 f(); |