Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for defer parse of object literal methods #4136

Merged
merged 1 commit into from
Nov 4, 2017

Conversation

boingoing
Copy link
Contributor

This is mostly a straightforward modification to the defer-parse methods in the parser to enable them to know how to handle the object literal method grammar.

Communicate the fact that the deferred function is a method via a parser flag - fscrDeferredFncIsMethod.

This is mostly a straightforward modification to the defer-parse methods in the parser to enable them to know how to handle the object literal method grammar.

Communicate the fact that the deferred function is a method via a parser flag - `fscrDeferredFncIsMethod`.
Copy link
Contributor

@aneeshdk aneeshdk left a comment

Choose a reason for hiding this comment

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

:shipit:

@chakrabot chakrabot merged commit 7941e72 into chakra-core:release/1.7 Nov 4, 2017
chakrabot pushed a commit that referenced this pull request Nov 4, 2017
…thods

Merge pull request #4136 from boingoing:DeferParseMethods

This is mostly a straightforward modification to the defer-parse methods in the parser to enable them to know how to handle the object literal method grammar.

Communicate the fact that the deferred function is a method via a parser flag - `fscrDeferredFncIsMethod`.
@boingoing
Copy link
Contributor Author

Thank you 👍

chakrabot pushed a commit that referenced this pull request Nov 4, 2017
…ct literal methods

Merge pull request #4136 from boingoing:DeferParseMethods

This is mostly a straightforward modification to the defer-parse methods in the parser to enable them to know how to handle the object literal method grammar.

Communicate the fact that the deferred function is a method via a parser flag - `fscrDeferredFncIsMethod`.
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.

3 participants