js/src/jit-test/tests/for-of/syntax-2.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4ba5717b1188
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) {}

mercurial