ChakraCore icon indicating copy to clipboard operation
ChakraCore copied to clipboard

ASSERTION Failure: "Re-add of deleted property NYI in PathTypeHandler" in ChakraCore/lib/Runtime/Types/PathTypeHandler.cpp

Open anbu1024 opened this issue 3 years ago • 0 comments

commit

41ad58a9eebf8d52a83424c8fccfaacdb14105ec

Build platform

Ubuntu 20.04

Build steps

./build.sh --debug

poc

var bar = function foo() {};

delete bar.length;

bar.toString = '';

delete Function.prototype.length;

bar.length = 13;

assert log

ASSERTION 2403445: (ChakraCore/lib/Runtime/Types/PathTypeHandler.cpp, line 3920) Re-add of deleted property NYI in PathTypeHandler
 Failure: (0)
Illegal instruction

anbu1024 avatar Apr 20 '22 13:04 anbu1024