archives

« Bugzilla Issues Index

#852 — 10.5.1: undefined "configurableBindings"


In 10.5.1 "Global Declaration Instantiation",
step 11.a.i.1.a says:
Let vnDefinable be the result of calling env’s CanDeclareGlobalVar
concrete method passing vn and configurableBindings as the arguments.
but 'configurableBindings' is not defined.

Just delete it, I think.


In rev 12, 'configurableBindings' has changed to 'deletableBindings',
which is defined.

But now the problem is that CanDeclareGlobalVar doesn't take such a parameter.
So again, just delete it, I think.


It looks like this was fixed in rev21.