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

TypeError: Cannot read property 'push' of undefined #29

Open
qq6r opened this issue May 6, 2019 · 1 comment
Open

TypeError: Cannot read property 'push' of undefined #29

qq6r opened this issue May 6, 2019 · 1 comment

Comments

@qq6r
Copy link

qq6r commented May 6, 2019

sample file:

project.f6eb1.js.txt

error screenshot:
无标题

@DayDun
Copy link

DayDun commented May 28, 2019

The issue can be reproduced with this snippet

var a = [];
for (var i = 0; i < 1; i++) {
	a[x()] = 0;
}

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

2 participants