https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 586c04e08cd44aa97b2a95dce267aeb86558f5a4 authored by ffxbld on 27 March 2015, 02:04:04 UTC
Added FIREFOX_37_0_RELEASE FIREFOX_37_0_BUILD2 tag(s) for changeset 29182ac68a26. DONTBUILD CLOSED TREE a=release
Tip revision: 586c04e
moduleE-throws-during-require.js
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

// Skip a few lines
// 5
// 6
// 7
// 8
// 9
throw new Error("Let's see if this error is obtained with the right origin");
back to top