archives

« Bugzilla Issues Index

#2746 — 15.2.5.5.1 + 15.2.5.9: ResolveExport's "visited" parameter


In 15.2.5.9, "ResolveExport ( M, exportName, visited )",
the 'visited' parameter is not defined to be optional,
but there are two invocations of the operation that omit it:

15.2.5.5.1 / step 3.b.i:
Let binding be ResolveExport(def.[[Module]], def.[[ImportName]]).
Add "List()" arg?


15.2.5.9 / step 12:
Let binding be ResolveExport(def.[[Module]], def.[[ImportName]]).
Add "visited" arg?


fixed in rev25 editor's draft


confirmed fixed.