https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9e52386c577833470c33525a6804de01f0a41da2 authored by ffxbld on 07 April 2016, 23:49:03 UTC
Added FENNEC_45_0_2_RELEASE FENNEC_45_0_2_BUILD1 tag(s) for changeset de8c6696c6f6. DONTBUILD CLOSED TREE a=release
Tip revision: 9e52386
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