blob: a20d4108b595c04a089ebeb048b21dabce9ac887 [file] [log] [blame]
onerror = function(message, url, lineno)
{
postMessage("onerror invoked for a script that has script error '" + message + "' at line " + lineno);
return true;
}
foo.bar = 0;