Skip to content

Instantly share code, notes, and snippets.

@gmosx
Created July 8, 2010 12:41
Show Gist options
  • Save gmosx/467957 to your computer and use it in GitHub Desktop.
Save gmosx/467957 to your computer and use it in GitHub Desktop.
var JavaScriptException = Packages.org.mozilla.javascript.JavaScriptException;
var stackTrace = function () {
return (new JavaScriptException("stackTrace")).getScriptStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment