microsoft / ChakraCore-Debugger

Debugging companion library for the ChakraCore JavaScript engine
MIT License
32 stars 25 forks source link

javascript patching function fix #72

Closed asachin96 closed 5 years ago

asachin96 commented 5 years ago

The patching function has a bug where "fn" is used inside a function instead of "name".