« Bugzilla Issues Index
#4506 — 18.2.1.2 EvalDeclarationInstantiation: Use TypeError instead of SyntaxError in steps 8 and 10
- bug_id:
4506
- creation_ts:
2015-08-21 14:13:00 -0700
- short_desc:
18.2.1.2 EvalDeclarationInstantiation: Use TypeError instead of SyntaxError in steps 8 and 10
- delta_ts:
2015-10-26 12:30:28 -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:
14667
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:13:07 -0700
18.2.1.2 Runtime Semantics: EvalDeclarationInstantiation( body, varEnv, lexEnv, strict)
Steps 8.a.iv.1.c and 10.a.i.a.iii, change SyntaxError to TypeError for ES5 compatibility and to be consistent with 15.1.8 GlobalDeclarationInstantiation
- commentid:
14870
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-26 12:30:28 -0700
Fixed in ES2016 Draft (2be6968).