gecko-dev/js/rhino/org/mozilla
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
..
classfile Fix release date, add contributor. 1999-10-12 16:52:13 +00:00
javascript Fix up bug where direct calls were getting the parent scope when they shouldn't have, 2000-05-23 20:59:13 +00:00