comparison: js/src/jit-test/tests/for-of/syntax-2.js
js/src/jit-test/tests/for-of/syntax-2.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 // "of" is not a keyword. |
|
2 |
|
3 var of; |
|
4 |
|
5 Function("var of;"); |
|
6 |
|
7 let (of = 12) {} |
|
8 |
|
9 function of(of) {} |