id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
50,direct eval should inherit lexical environment,dherman,dherman,"This program:
{{{
(function(x) {
     eval('x = 12');
     print(x);
})(1)
}}}
should print 12. But that will require switching into ""spanky"" mode when an entire lexical context contains any direct {{{eval}}}.",defect,closed,critical,,dherman/javascript.plt,,,,,4.0
