-
Notifications
You must be signed in to change notification settings - Fork 45
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
Assertion `iterable->isArrayObject()' failed in Escargot::builtinPromiseRace #25
Comments
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/escargot
that referenced
this issue
Jan 9, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes Samsung#25 Fixes Samsung#30 Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/escargot
that referenced
this issue
Jan 21, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes Samsung#25 Fixes Samsung#30 Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/escargot
that referenced
this issue
Jan 21, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes Samsung#25 Fixes Samsung#30 Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/escargot
that referenced
this issue
Jan 21, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes Samsung#25 Fixes Samsung#30 Signed-off-by: Daniel Balla [email protected]
yichoi
pushed a commit
that referenced
this issue
Jan 22, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes #25 Fixes #30 Signed-off-by: Daniel Balla [email protected]
clover2123
referenced
this issue
in clover2123/escargot
Jan 22, 2019
The assertions were wrong, if the given `iterable` was not an `Object` or not an `ArrayObject` the promise should have been just rejected. Fixes #25 Fixes #30 Signed-off-by: Daniel Balla [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Escargot version:
OS:
Test case:
Backtrace:
Found by Fuzzinator with grammarinator.
The text was updated successfully, but these errors were encountered: