comparison: js/src/jit-test/tests/ion/bug931496.js
js/src/jit-test/tests/ion/bug931496.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 |
|
2 function g() { |
|
3 yield |
|
4 } |
|
5 g() |
|
6 function f() { |
|
7 g() |
|
8 } |
|
9 try { |
|
10 new f |
|
11 } catch (e) {} |