« Bugzilla Issues Index
#1111 — eval issues with new declaration forms
- bug_id:
1111
- creation_ts:
2012-12-02 11:17:00 -0800
- short_desc:
eval issues with new declaration forms
- delta_ts:
2014-10-14 15:18:02 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
2978
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-12-02 11:17:16 -0800
Per Nov 29 Resolution:
> New declaration forms, even from non-strict mode eval, cannot be deleted.
eg.
eval("let x; delete x;");
Is not allowed
- commentid:
7821
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-18 12:24:44 -0700
also, all lexical declarations (except function) go into a per eval lexical scope
- commentid:
10317
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-11 16:55:31 -0700
fixed in rev28 editor's draft
- commentid:
10486
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:18:02 -0700
fixed in rev28