chakra-core / chakra-core/ChakraCore
Assertion failure in InlineCache.inl
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
the following poc cause a assertion failure in "debug" build on ubuntu.
```
function v0(v1,v2) {
v2.length = 1;
return v2;
}
function v4(v5,v6) {
}
const v8 = new v4();
function v9(v10,v11) {
v11.__proto__ = v8;
return v11;
}
const v12 = v9(undefined,v4);
v12[-65537] = v9;
const opt = v0;let p0 = v12;let p1 = v12;
```
Contributor guide
Assessment
This issue has not been assessed yet.