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
The latest version commit: 05dbbd1
Build platform: Ubuntu 20.04
Test case:
async function* foo() { yield* foo; return foo; } var i = Symbol.iterator; foo[i] = foo; var bar = foo(); bar.next(foo);
build options
python tools/build.py --debug
error msg:
ICE: Assertion 'capability_p != NULL' failed at jerry-core/ecma/builtin-objects/ecma-builtin-async-from-sync-iterator-prototype.c(ecma_builtin_async_from_sync_iterator_prototype_dispatch_routine):317. Error: JERRY_FATAL_FAILED_ASSERTION Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest version
commit: 05dbbd1
Build platform:
Ubuntu 20.04
Test case:
build options
error msg:
The text was updated successfully, but these errors were encountered: