comparison: js/src/jit-test/tests/baseline/bug938130.js
js/src/jit-test/tests/baseline/bug938130.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 |
|
3 function f() { } |
|
4 function g() { } |
|
5 var x = [f,f,f,undefined,g]; |
|
6 for (var i = 0; i < 5; ++i) |
|
7 y = x[i]("x"); |