archives

« Bugzilla Issues Index

#4449 — 8.1.1.3.3 HasSuperBinding: Change comma to semi-colon in step 3


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.
---


Fixed in ES2016 Draft.