gecko-dev/js
nboyd%atg.com 108f81d6ac Fix up bug where direct calls were getting the parent scope when they shouldn't have,
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;
}
2000-05-23 20:59:13 +00:00
..
benchmarks
js2 apparently windows is too 2000-05-23 00:15:06 +00:00
jsd NOT PART OF SEAMONKEY BUILD - removed misplaced semi-colon added by toshok on 6 Sep 1999 which had converted a conditional block into a non-conditional block and made the debugger completely non functional 2000-02-19 02:34:05 +00:00
jsdj
jsj
macbuild Add nsIScriptError.idl. Build it here rather than back in xpfe/components/console. Checkin by McCabe, on rginda's mac. 2000-04-21 00:57:27 +00:00
ref
rhino Fix up bug where direct calls were getting the parent scope when they shouldn't have, 2000-05-23 20:59:13 +00:00
semantics Simplified grammar without changing syntax 2000-05-13 00:18:56 +00:00
src More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
tests fix to include java version info on rhino(i|ms|msi) engines 2000-04-07 00:05:50 +00:00
.cvsignore
landbranch.pl
Makefile.in
makefile.win