mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
108f81d6ac
resulting in a NullPointerException on the following code when run on the MS VM with -opt 9: var testcases = getTestCases(); function getTestCases() { return new Boolean(new MyObject(true)); } function MyObject( value ) { this.value = value; this.valueOf = new Function( "return this.value" ); return this; } |
||
---|---|---|
.. | ||
benchmarks | ||
js2 | ||
jsd | ||
jsdj | ||
jsj | ||
macbuild | ||
ref | ||
rhino | ||
semantics | ||
src | ||
tests | ||
.cvsignore | ||
landbranch.pl | ||
Makefile.in | ||
makefile.win |