1 2 3 4 5 6 7
"use strict"; function a() { Cu.reportError( "error thrown from test-cu-reporterror.js via Cu.reportError()" ); } a();