tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.37k stars 461 forks source link

Don't use const in for (of) loops so harness code can be used in environments that don't support that #4163

Closed p-bakker closed 3 months ago

p-bakker commented 3 months ago

In order to not fail because harness code fails to load due to using not-supported EcmaScript features while not needed

Relates to ##3032