https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bb2b22995f909d33ebbcfed4f43fdd05c0ac26e5 authored by ffxbld on 02 May 2016, 23:12:12 UTC
Added FENNEC_46_0_1_RELEASE FENNEC_46_0_1_BUILD1 tag(s) for changeset 57f513ab0330. DONTBUILD CLOSED TREE a=release
Tip revision: bb2b229
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