Ticket #94 (closed defect)
arguments object isn't initialized
| Reported by: | dherman | Owned by: | dherman |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | dherman/javascript.plt | Keywords: | |
| Cc: | Version: | ||
| Racket Version: | 4.0 |
Description
The arguments object isn't being properly initialized inside of functions. For example, this program:
(function(){print(arguments[0])})(12)
fails with an attempt to dereference undefined.
Change History
Note: See
TracTickets for help on using
tickets.
