trisquel-icecat/icecat/devtools/shared/tests/xpcshell/throwing-module-1.js

7 lines
99 B
JavaScript

"use strict";
function throwingMethod() {
throw new Error("my-exception");
}
throwingMethod();