« Bugzilla Issues Index
#3969 — 19.2.1.1.1 CreateDynamicFunction: Missing early error checks for SuperProperty
- bug_id:
3969
- creation_ts:
2015-02-17 06:50:00 -0800
- short_desc:
19.2.1.1.1 CreateDynamicFunction: Missing early error checks for SuperProperty
- delta_ts:
2015-02-19 19:10:58 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 33: February 12, 2015 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:
12806
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-17 06:50:32 -0800
19.2.1.1.1 RuntimeSemantics: CreateDynamicFunction(constructor, newTarget, kind, args)
Add after steps 15-16:
---
17. If body Contains SuperProperty is true, throw a SyntaxError exception.
18. If parameters Contains SuperProperty is true, throw a SyntaxError exception.
---
- commentid:
12827
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-17 11:08:50 -0800
fixed in rev34 editor's draft
- commentid:
13074
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-19 19:10:58 -0800
fixed in rev34