https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63f1c8cf8f933020076ebea111a3d4ba21c969ea authored by ffxbld on 24 November 2016, 06:35:04 UTC
Added FENNEC_50_0_1_RELEASE FENNEC_50_0_1_BUILD1 tag(s) for changeset 83afe8970388. DONTBUILD CLOSED TREE a=release
Tip revision: 63f1c8c
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