« Bugzilla Issues Index
#1796 — 11.2.2, 11.2.4: Replace steps with call to IsConstructor()
- bug_id:
1796
- creation_ts:
2013-08-22 01:34:00 -0700
- short_desc:
11.2.2, 11.2.4: Replace steps with call to IsConstructor()
- delta_ts:
2013-08-23 08:22:30 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
4997
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-22 01:34:49 -0700
11.2.2 - Runtime Semantics: Evaluation
NewExpression : new NewExpression
- steps 4-5
MemberExpression : new MemberExpression Arguments
- steps 6-7
11.2.4 - Runtime Semantics: Evaluation
MemberExpression : new super Arguments{opt}
- steps 7-8
These steps can be combined with a single call to IsConstructor().
- commentid:
5004
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-22 10:52:31 -0700
fixed in rev17 editor's draft
- commentid:
5075
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:30 -0700
fixed in rev17, August 23, 2013 draft