https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c4110db0c7454b2fb6e82d7a3d89d79658a4042d authored by ffxbld on 10 June 2014, 01:00:53 UTC
Added FIREFOX_24_6_0esr_RELEASE FIREFOX_24_6_0esr_BUILD2 tag(s) for changeset 0762576b4db9. DONTBUILD CLOSED TREE a=release
Tip revision: c4110db
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