Skip to content
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

ICE: Assertion 'ecma_is_lexical_environment (obj_p) || !ecma_op_object_is_fast_array (obj_p)' failed at jerry-core/ecma/base/ecma-helpers.c #5100

Open
anbu1024 opened this issue Sep 22, 2023 · 0 comments

Comments

@anbu1024
Copy link

The latest version
commit: 05dbbd1

Build platform:
Ubuntu 20.04

Test case:

class Foo extends Array {
    #x() {
    }
}

var bar = new Foo();
bar[0] = 1;

build options

python tools/build.py --debug

error msg:

ICE: Assertion 'ecma_is_lexical_environment (obj_p) || !ecma_op_object_is_fast_array (obj_p)' failed at jerry-core/ecma/base/ecma-helpers.c(ecma_find_named_property):613.
Error: JERRY_FATAL_FAILED_ASSERTION
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant