Firefox Testpoints in Mozilla Unified
This article details the insertion of a common test points into the JavaScript IR/LIR instruction emulator within the JavaScript engine called Spidermonkey.
Identification of Insertion
Since the current JS debugger has left plenty of impressions throughout the
SpiderMonkey code, we searched for the print()
aspect of the debugger
that …