// Any copyright is dedicated to the Public Domain. // http://creativecommons.org/licenses/publicdomain/ // Contributors: Jesse Ruderman , // Gary Kwong , // Jason Orendorff try { evalcx('var p;', []); } catch (exc) {} try { evalcx(''); Function("evalcx(\"var p\",[])")(); } catch (exc) {} try { evalcx('var p;'); } catch (exc) {} reportCompare(0, 0, "ok");