archives

« Bugzilla Issues Index

#2036 — 15.2.9: extraneous "deletableBindings" passed to CanDeclareGlobalVar


In 15.2.9 "Runtime Semantics: GlobalDeclarationInstantiation",
step 11.a.i.1.a says:
Let vnDefinable be the result of calling env’s CanDeclareGlobalVar
concrete method passing vn and deletableBindings as the arguments.

but CanDeclareGlobalVar only takes a single parameter.

Delete "and deletableBindings"
(and change "arguments" to "argument").


fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013