« Bugzilla Issues Index
#4495 — 14.4.4 Contains: Merge steps
- bug_id:
4495
- creation_ts:
2015-08-21 14:11:00 -0700
- short_desc:
14.4.4 Contains: Merge steps
- delta_ts:
2015-11-02 18:13:43 -0800
- 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:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14656
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:11:53 -0700
14.4.4 Static Semantics: Contains
GeneratorDeclaration and GeneratorExpression can be handled in a single step:
---
GeneratorDeclaration : function * BindingIdentifier ( FormalParameters ) { GeneratorBody }
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
GeneratorExpression : function * BindingIdentifieropt ( FormalParameters ) { GeneratorBody }
1. Return false.
---
- commentid:
14887
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-11-02 18:13:43 -0800
Fixed in ES2016 Draft (b3d8f5b).