« Bugzilla Issues Index
#2853 — non-strict Direct eval and var hoisting
- bug_id:
2853
- creation_ts:
2014-05-12 18:06:00 -0700
- short_desc:
non-strict Direct eval and var hoisting
- delta_ts:
2015-02-12 12:17:34 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- commentid:
8359
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-12 18:06:02 -0700
Should this be legal:
{let x;
{eval("var x";);
}}
Probably not, as it would be an early error with the eval call was replaced with the var statement.
also see bug 2505
- commentid:
12122
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-05 11:20:58 -0800
fixed in rev33 editor's draft
addition run time check in 18.2.1.2 for non-strict direct evals
- commentid:
12386
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-12 12:17:34 -0800
fixed in rev33