mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
447 stars 20 forks source link

Implement `debugger` statement #564

Closed mpcsh closed 4 years ago

mpcsh commented 4 years ago

Finally was able to test this in SM - running debugger without this patch throws that TODO error, and it's just a no-op with this patch.

Closes #225