You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #6130 from zenparsing:enable-obj-rest-spread
For reference:
- Object spread PR: #5268
- Object rest PR: #5498
The functionality is implemented in the JIT using helper calls. For destructuring rest, it uses GC'd arrays for tracking which computed property names have already been pulled out of the object.
A PR exists for updating our fuzzers to generate the new syntax.
0 commit comments