https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c9aa2a105ff1c38d400c2c06f0161f93d1ecf1c4 authored by ffxbld on 27 August 2015, 08:09:56 UTC
Added FENNEC_40_0_3_RELEASE FENNEC_40_0_3_BUILD1 tag(s) for changeset 9b71598b59f7. DONTBUILD CLOSED TREE a=release
Tip revision: c9aa2a1
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