Skip to content

Unflag object rest/spread.#6130

Merged
chakrabot merged 1 commit into
chakra-core:masterfrom
zenparsing:enable-obj-rest-spread
Jun 4, 2019
Merged

Unflag object rest/spread.#6130
chakrabot merged 1 commit into
chakra-core:masterfrom
zenparsing:enable-obj-rest-spread

Conversation

@zenparsing
Copy link
Copy Markdown
Contributor

@zenparsing zenparsing commented May 21, 2019

For reference:

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.

@akroshg
Copy link
Copy Markdown
Contributor

akroshg commented May 21, 2019

nice - LGTM

Copy link
Copy Markdown
Contributor

@boingoing boingoing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chakrabot chakrabot merged commit 9bf941c into chakra-core:master Jun 4, 2019
chakrabot pushed a commit that referenced this pull request Jun 4, 2019
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.
@zenparsing zenparsing deleted the enable-obj-rest-spread branch June 13, 2019 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants