Ticket #94 (closed defect)

Opened 15 years ago

Last modified 15 years ago

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

Changed 15 years ago by dherman

  • status changed from new to closed

Fixed in 7:2.

Note: See TracTickets for help on using tickets.