1 <p>This page verifies that the arguments to a function call are evaluated even
2 if the call throws a
"not a function" exception.
4 <pre id=
"console">FAIL: arguments were not evaluated.
</pre>
8 testRunner
.dumpAsText();
10 window
.__defineGetter__("x", function() { document
.getElementById("console").innerHTML
= "PASS: arguments were evaluated"; });