Skip to content

Implement the core of the generator functions. #3368

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

Merged
merged 1 commit into from
Nov 28, 2019

Conversation

zherczeg
Copy link
Member

Some things are missing:

  • yield* support
  • generator definition in object literal
  • the hidden GeneratorFunction

@zherczeg zherczeg force-pushed the generator_functions branch 2 times, most recently from e47d068 to edbba32 Compare November 26, 2019 14:01
@zherczeg zherczeg changed the title Implement the core of the generatos functions. Implement the core of the generator functions. Nov 26, 2019
@zherczeg zherczeg force-pushed the generator_functions branch 7 times, most recently from a64b11f to 5d08df4 Compare November 26, 2019 20:07
@rerobika rerobika added the ES2015 Related to ES2015 features label Nov 27, 2019
Some things are missing:
 - yield* support
 - generator definition in object literal
 - the hidden GeneratorFunction

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
@zherczeg zherczeg force-pushed the generator_functions branch from 5d08df4 to 5083108 Compare November 27, 2019 14:28
Copy link
Member

@rerobika rerobika left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@dbatyai dbatyai left a comment

Choose a reason for hiding this comment

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

LGTM

@dbatyai dbatyai merged commit 110f75c into jerryscript-project:master Nov 28, 2019
@zherczeg zherczeg deleted the generator_functions branch November 28, 2019 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ES2015 Related to ES2015 features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants