id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
94,arguments object isn't initialized,dherman,dherman,"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}}}.",defect,closed,major,,dherman/javascript.plt,,,,,4.0
