« Bugzilla Issues Index
#648 — 10.2.1.1.5 step 3 typo
- bug_id:
648
- creation_ts:
2012-09-05 13:04:00 -0700
- short_desc:
10.2.1.1.5 step 3 typo
- delta_ts:
2015-10-03 14:55:08 -0700
- product:
ECMA-262, Editions 5 and 5.1
- component:
editorial issues
- version:
Edition 5.1
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Ficarra
- assigned_to:
Allen Wirfs-Brock
- cc:
["brterlso", "jdmaillefer"]
- commentid:
1595
- comment_count:
0
- who:
Michael Ficarra
- bug_when:
2012-09-05 13:04:48 -0700
Step 3 of 10.2.1.1.5 currently states "If the binding for N in envRec is cannot be deleted, return false", but should probably be "If the binding for N in envRec cannot be deleted, return false", deleting the unnecessary "is".
- commentid:
3201
- comment_count:
1
- who:
jdmaillefer
- bug_when:
2013-02-22 22:16:27 -0800
It seems that there was a piece of text around this, since the "deletablilty" is not defined.
Probably that the sentence should be similar to: "If the binding for N in envRec is an immutable binding, it cannot be deleted, return false"
- commentid:
3202
- comment_count:
2
- who:
jdmaillefer
- bug_when:
2013-02-22 22:58:21 -0800
Found the the definition of "deletability" in "10.2.1.1.2 CreateMutableBinding".
It could be good to add a note/reference to this definition.
- commentid:
14763
- comment_count:
3
- who:
Brian Terlson
- bug_when:
2015-10-03 14:55:08 -0700
Fixed in ES2015.