archives

« Bugzilla Issues Index

#3952 — 15.2.1.16.1: "m" not defined, obsolete steps?


In 15.2.1.16.1 "ParseModule ( sourceText ) Abstract Operation",
steps 11-13 say:
11. Set m.[[LocalExportEntries]] to localExportEntries.
12. Set m.[[IndirectExportEntries]] to indirectExportEntries.
13. Set m.[[StarExportEntries]] to starExportEntries.

but 'm' is not defined, nor is it referenced again in the algorithm.
So probably delete these three steps.


Also, step 14 says:
... [[StartExportEntries]]: startExportEntries, ...

s|Start|Star|
s|start|star|


fixed in rev34 editor's draft


fixed in rev34