provegard / ncdbg

A debugger for Nashorn that uses Chrome DevTools as frontend
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Exception when scope and this are both null #43

Closed provegard closed 7 years ago

provegard commented 7 years ago

Happens when a function without a scope is called using Function.call with null as the "this" value.