« Bugzilla Issues Index
#4449 — 8.1.1.3.3 HasSuperBinding: Change comma to semi-colon in step 3
- bug_id:
4449
- creation_ts:
2015-08-21 11:07:00 -0700
- short_desc:
8.1.1.3.3 HasSuperBinding: Change comma to semi-colon in step 3
- delta_ts:
2015-10-23 12:16:14 -0700
- product:
ECMA-262 Edition 6
- component:
editorial 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:
14609
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 11:07:58 -0700
8.1.1.3.3 HasSuperBinding ()
Change comma to semi-colon after "return false".
Step 3 should be changed to:
---
3. If envRec.[[HomeObject]] has the value undefined, return false; otherwise, return true.
---
- commentid:
14819
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-23 12:16:14 -0700
Fixed in ES2016 Draft.