comparison: js/src/tests/js1_8_5/regress/regress-560998-1.js
js/src/tests/js1_8_5/regress/regress-560998-1.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // Any copyright is dedicated to the Public Domain. |
|
2 // http://creativecommons.org/licenses/publicdomain/ |
|
3 // Contributor: Jesse Ruderman |
|
4 |
|
5 for (let j = 0; j < 4; ++j) { |
|
6 function g() { j; } |
|
7 g(); |
|
8 } |
|
9 |
|
10 reportCompare(0, 0, "ok"); |