summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1680878.js
blob: 47dcf4736fdabbe48f40096dfad663a12e81e7e7 (plain)
1
2
3
4
5
6
7
// |jit-test| --enable-top-level-await; error: TypeError

r = parseModule(`
  for await (var x of this) {}
`);
r.declarationInstantiation();
r.evaluation();