chakra-core / chakra-core/ChakraCore

Assertion failure in /IntlEngineInterfaceExtensionObject.cpp

Open
#6,773 1 comment 0 reactions 0 assignees View on GitHub
Bug
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) {
try {
const v3 = v0();
} catch(v4) {
const v7 = "65537".localeCompare;
const v8 = Reflect.apply(v7,"65537",v4);
} finally {
}
}
const v9 = v0();

```

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.