Closed
Bug 506940
Opened 17 years ago
Closed 17 years ago
Correct arity of array methods
Categories
(Rhino Graveyard :: Core, enhancement)
Rhino Graveyard
Core
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rspeyer, Assigned: norrisboyd)
References
Details
Attachments
(2 files)
|
4.45 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.39 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-gb) AppleWebKit/530.18 (KHTML, like Gecko) Version/4.0.1 Safari/530.18
Build Identifier: Rhino 1.7 release 2 2009 03 22
Some of the array methods did not have the correct arity
Reproducible: Always
| Assignee | ||
Comment 2•17 years ago
|
||
Checking in src/org/mozilla/javascript/NativeArray.java;
/cvsroot/mozilla/js/rhino/src/org/mozilla/javascript/NativeArray.java,v <-- NativeArray.java
new revision: 1.106; previous revision: 1.105
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → norrisboyd
| Assignee | ||
Comment 4•16 years ago
|
||
Checking in src/org/mozilla/javascript/NativeArray.java;
/cvsroot/mozilla/js/rhino/src/org/mozilla/javascript/NativeArray.java,v <-- NativeArray.java
new revision: 1.109; previous revision: 1.108
done
You need to log in
before you can comment on or make changes to this bug.
Description
•