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

for() stmt; #30

Open
vkz opened this issue Sep 22, 2015 · 0 comments
Open

for() stmt; #30

vkz opened this issue Sep 22, 2015 · 0 comments

Comments

@vkz
Copy link
Collaborator

vkz commented Sep 22, 2015

Need to handle for and for-in with non block-stmt bodies correctly. Now:

for(n in o1) o1.hasOwnProperty(n) && (res[n] = o1[n]); 
// Error: forInStmt rule failed at
for(;;) o1.hasOwnProperty(n) && (res[n] = o1[n]); 
// Error: forStmt rule failed at
@veged veged added the ready label Sep 23, 2015
@arikon arikon unassigned vkz Oct 21, 2015
@arikon arikon removed the ready label Oct 21, 2015
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

No branches or pull requests

3 participants