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
Commit: 51da1551
Version: v3.0.0
Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64)
./tools/build.py --clean --debug --profile=es2015-subset --compile-flag=-fsanitize=address --compile-flag=-m32 --lto=off --logging=on --line-info=on --error-message=on --system-allocator=on --stack-limit=20
function JSEtest(f, n = 1000) { for (let i = 0; i < n; i++) { f(); } } JSEtest(function () { class M { constructor() { this._x = 45; } get foo() { return this._x; } } class N extends M { constructor(x = () => super.foo) { super(); x() === 45; } x(x = () => super.foo) { return x(); } } new N().x() === 45; });
version 3.0.0
$ ./jerryscript/build/bin/jerry poc.js ICE: Assertion 'ecma_is_value_boolean (base_value)' failed at /root/jerryscript/jerry-core/ecma/operations/ecma-get-put-value.c(ecma_op_get_value_object_base):205. Error: ERR_FAILED_INTERNAL_ASSERTION
Credits: Found by OWL337 team.
The text was updated successfully, but these errors were encountered:
Fix arrow function this binding resolving if environment record is pr…
52e07e9
…esent This patch fixes jerryscript-project#4876. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
621d7cb
c6aab48
…esent This patch fixes jerryscript-project#4872 and fixes jerryscript-project#4876. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
070096f
…esent (#4878) This patch fixes #4872 and fixes #4876. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
rerobika
Successfully merging a pull request may close this issue.
JerryScript revision
Commit: 51da1551
Version: v3.0.0
Build platform
Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64)
Build steps
Test case
Execution steps & Output
version 3.0.0
$ ./jerryscript/build/bin/jerry poc.js ICE: Assertion 'ecma_is_value_boolean (base_value)' failed at /root/jerryscript/jerry-core/ecma/operations/ecma-get-put-value.c(ecma_op_get_value_object_base):205. Error: ERR_FAILED_INTERNAL_ASSERTIONCredits: Found by OWL337 team.
The text was updated successfully, but these errors were encountered: