chakra-core / chakra-core/ChakraCore

ASSERTION failure in ChakraCore/lib/Runtime/Types/PathTypeHandler.cpp, line 3830

Open
#6,270 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:
```
(function testSetOnInstance() {
function f() {}
delete f.name;
Object.defineProperty(Function.prototype, 'name', {
writable: true
});
f.name = 123;
print(f.name) // It should print 123; but print nothing
}());
```
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.