« Bugzilla Issues Index
#4490 — 14.2.*: Operations defined for wrong grammar productions
- bug_id:
4490
- creation_ts:
2015-08-21 14:11:00 -0700
- short_desc:
14.2.*: Operations defined for wrong grammar productions
- delta_ts:
2015-10-26 12:11:17 -0700
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- 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
- cc:
brterlso
- commentid:
14651
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:11:14 -0700
14.2.4 Static Semantics: ContainsExpression
14.2.5 Static Semantics: ExpectedArgumentCount
14.2.6 Static Semantics: HasInitializer
14.2.8 Static Semantics: IsSimpleParameterList
14.2.14 Runtime Semantics: IteratorBindingInitialization
All these operations are called during 9.2.12 FunctionDeclarationInstantiation, that means they actually use ArrowFormalParameters (or BindingIdentifier) instead of ArrowParameters (cf. 14.2.16, step 3).
- commentid:
14868
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-26 12:11:17 -0700
Fixed in ES2016 Draft (622b6c8).