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

ES2015 Generators don't work properly in non-interpreted mode #1412

Open
p-bakker opened this issue Nov 3, 2023 · 0 comments
Open

ES2015 Generators don't work properly in non-interpreted mode #1412

p-bakker opened this issue Nov 3, 2023 · 0 comments
Labels
bug Issues considered a bug
Milestone

Comments

@p-bakker
Copy link
Collaborator

p-bakker commented Nov 3, 2023

Consider the following testcode (function*(a) {console.log(a)})(11,22).next():

  • interpreted: value of a parameter is 11
  • non-interpreted: value of a parameter is some function object
@p-bakker p-bakker added the bug Issues considered a bug label Nov 3, 2023
@p-bakker p-bakker added this to the ES2015 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues considered a bug
Projects
None yet
Development

No branches or pull requests

1 participant