test-cu-reporterror.js 68 B

12345
  1. function a() {
  2. Components.utils.reportError("bug1141222");
  3. }
  4. a();