chakra-core / chakra-core/ChakraCore

ASSERTION failure in ChakraCore/lib/Runtime/Language/InlineCache.inl, line 244

Open
#6,269 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

The debug build of Chakacore crashes.
PoC:
```
const x = "const x";
this.x = 20;
delete this.x;
x += "const x";
x = "but we can write";
print(x) // It should print "const x" but print "but we can write"
```
This PoC leads to be able to write const variable 'x'.
Version=v1.11.12
OS=Ubuntu 16.04.6
Arch=x86_64

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.