summaryrefslogtreecommitdiff
path: root/js/src/tests/js1_8_5/extensions/worker-error-child.js
blob: 10f92044e6336c475817f511d1b46858695e903b (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 * Contributor: Jason Orendorff <jorendorff@mozilla.com>
 */
function onmessage(event) {
    throw new Error("fail");
}