« Bugzilla Issues Index
#4489 — 14.1.20 Runtime Semantics: Evaluation: Inconsistent use of NormalCompletion
- bug_id:
4489
- creation_ts:
2015-08-21 14:10:00 -0700
- short_desc:
14.1.20 Runtime Semantics: Evaluation: Inconsistent use of NormalCompletion
- delta_ts:
2015-11-03 11:55:59 -0800
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14649
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:10:58 -0700
14.1.20 Runtime Semantics: Evaluation:
FunctionExpression : function BindingIdentifier ( FormalParameters ) { FunctionBody }
Step 11 uses `Return NormalCompletion(closure)`.
FunctionExpression : function ( FormalParameters ) { FunctionBody }
Step 5 uses `Return closure`.
NormalCompletion should be used consistently.
- commentid:
14892
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-11-03 11:55:59 -0800
Fixed in ES2016 Draft (3a00089).