Source code

Revision control

Copy as Markdown

Other Tools

/**
* Any copyright is dedicated to the Public Domain.
*/
onerror = function (message, filename, lineno) {
throw new Error("2");
};
onmessage = function (event) {
throw new Error("1");
};