tc39 / test262

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

`test/built-ins/Proxy/revocable/tco-fn-realm.js` is missing `destructuring-assignment` feature flag #4218

Closed linusg closed 3 weeks ago

linusg commented 2 months ago

https://github.com/tc39/test262/blob/fc49c9ce163dcf501bb0457f0521900cd744cbda/test/built-ins/Proxy/revocable/tco-fn-realm.js#L9

https://github.com/tc39/test262/blob/fc49c9ce163dcf501bb0457f0521900cd744cbda/test/built-ins/Proxy/revocable/tco-fn-realm.js#L15

ljharb commented 2 months ago

Better would be to avoid using destructuring there at all, I think.