mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +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; } |
||
---|---|---|
.. | ||
classfile | ||
javascript |