chakra-core / chakra-core/ChakraCore
Assertion failure in /IntlEngineInterfaceExtensionObject.cpp
Open
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
Assessment
This issue has not been assessed yet.