-
Notifications
You must be signed in to change notification settings - Fork 673
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 'ecma_is_value_object (value)' failed #5089
Comments
matetokodi
added a commit
to matetokodi/jerryscript
that referenced
this issue
Feb 2, 2024
This fixes jerryscript-project#5089 When garbage collection is running on a paused async function that includes destructuring assignments of strings, the string can be a direct string, and not an object, which cannot be marked as visited, as it does not have a visited flag. JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
matetokodi
added a commit
to matetokodi/jerryscript
that referenced
this issue
Feb 5, 2024
This fixes jerryscript-project#5089 When garbage collection is running on a paused async function that includes destructuring assignments of strings, the string can be a direct string, and not an object, which cannot be marked as visited, as it does not have a visited flag. JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
matetokodi
added a commit
to matetokodi/jerryscript
that referenced
this issue
Feb 5, 2024
This fixes jerryscript-project#5089 When garbage collection is running on a paused async function that includes destructuring assignments of strings, the string can be a direct string, and not an object, which cannot be marked as visited, as it does not have a visited flag. JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
matetokodi
added a commit
to matetokodi/jerryscript
that referenced
this issue
Feb 5, 2024
This fixes jerryscript-project#5089 When garbage collection is running on a paused async function that includes destructuring assignments of strings, the string can be a direct string, and not an object, which cannot be marked as visited, as it does not have a visited flag. JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
akosthekiss
pushed a commit
that referenced
this issue
Feb 6, 2024
This fixes #5089 When garbage collection is running on a paused async function that includes destructuring assignments of strings, the string can be a direct string, and not an object, which cannot be marked as visited, as it does not have a visited flag. JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug report leads to the same error message as in #4936 but 4936 is fixed whereas this is present on the most recent version.
JerryScript revision
Build platform
Build steps
Test case
Execution
Output
The text was updated successfully, but these errors were encountered: