-
Notifications
You must be signed in to change notification settings - Fork 439
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 '!throws' failed in iotjs_jhelper_call_ok #1360
Comments
I wonder why
It is another bug that we must resolve before fixing the originally intended type of bug. |
@glistening I think it is the normal behaviour since: Array.prototype.slice = null;
var a = [3, 4, 5, 6];
a.slice(0);
TypeError: a.slice is not a function |
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue #1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
Fixes issue jerryscript-project#1360 IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
The issue is resolved, and can be closed. |
IoT.js version:
OS:
Test case:
Backtrace:
Found by Fuzzinator with grammarinator
The text was updated successfully, but these errors were encountered: