https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8e5431214057227ccf23d550538941cadca59b3f authored by ffxbld on 11 September 2013, 02:36:52 UTC
Added FIREFOX_24_0esr_RELEASE FIREFOX_24_0esr_BUILD1 tag(s) for changeset c5fc2f003e4d. DONTBUILD CLOSED TREE a=release
Tip revision: 8e54312
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