comparison: js/src/jit-test/tests/basic/bug727921.js
js/src/jit-test/tests/basic/bug727921.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 let(d) { |
|
3 yield |
|
4 } |
|
5 })() |
|
6 eval("\ |
|
7 (function(){\ |
|
8 schedulegc(5), 'a'.replace(/a/,function(){yield})\ |
|
9 })\ |
|
10 ")() |