mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
6873c08bca
add global service for the breakpoint callback add breakpoint callback move c callbacks to top of source add creatorURL, creatorLine, constructorURL, constructorLine, and value attribut es to jsdObject move from pc as a ulong to pc as an object wrapped around a uword move lineToPc and pcToLine from ThreadState to Script (where it belongs) add setBreakpoint(), clearBreakpoint(), and clearAllBreakpoints() to jsdScript relocate jsdService constructor from jsd_xpp.h in order to initialize the global service rename init() to on() on jsdService add off(), clearAllBreakpoints(), and breakpointHook attribute to jsdService