We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jerryScript version 3.0.0: commit 05dbbd1
Build platform: Ubuntu 20.04
Build cmd:
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
Test case
function foo() { return 0; } var obj = {}; function bar() { function test() { BigInt64Array.next = foo; return BigInt64Array; } return test; } function baz(arg) { return arg; } Object.defineProperty(obj, Symbol.iterator, { configurable: true, enumerable: true, get: bar, set: baz }); async function* trigger() { yield* obj; return obj; } trigger(foo, obj, Symbol, bar)["next"]();
Error message:
ICE: Assertion 'ecma_is_value_object (iter_result)' failed at jerry-core/ecma/operations/ecma-iterator-object.c(ecma_op_iterator_complete):411. Error: JERRY_FATAL_FAILED_ASSERTION Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jerryScript version 3.0.0:
commit 05dbbd1
Build platform:
Ubuntu 20.04
Build cmd:
Test case
Error message:
The text was updated successfully, but these errors were encountered: