« Bugzilla Issues Index
#2326 — 14.6.2.2: ConditionalExpression does not propagate tail-call test and wrong return type
- bug_id:
2326
- creation_ts:
2013-11-21 03:15:00 -0800
- short_desc:
14.6.2.2: ConditionalExpression does not propagate tail-call test and wrong return type
- delta_ts:
2014-04-06 11:30:16 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
6849
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-21 03:15:21 -0800
The production "AssignmentExpression: ConditionalExpression" currently returns `false`, remove this production from the list in the first production rule set.
The production:
> CallExpression :
> MemberExpression Arguments
> super Arguments
> CallExpression Arguments
> CallExpression TemplateLiteral
Currently returns `undefined` in step 2 instead of `false`.
- commentid:
7359
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-17 16:10:55 -0800
fixed in rev23 editor's draft
- commentid:
7551
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:30:16 -0700
fixed in rev23 draft