archives

« Bugzilla Issues Index

#648 — 10.2.1.1.5 step 3 typo


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


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"


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.


Fixed in ES2015.