summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/for-of/syntax-2.js
blob: 2241a39214345adc765cc2dc2069dc7ef3be5dc3 (plain)
1
2
3
4
5
6
7
// "of" is not a keyword.

var of;

Function("var of;");

function of(of) {}