archives

« Bugzilla Issues Index

#3421 — 6.1.7.4 %Loader%, %LoaderPrototype%, and %LoaderIteratorPrototype% are all unused


The following entries in Table 7, "Well-known Intrinsic Objects", located under 6.1.7.4, are unused in the specification:

- %Loader%
- %LoaderPrototype%
- %LoaderIteratorPrototype%
- %Int8ArrayPrototype%
- %ReturnUndefined%

All of these are only mentioned in Table 7, and may be better off removed.


fixed in rev30 editor's draft

Table 7 will be completely reorganized prior to the final draft. %Int8ArrayPrototype% is currently serving as place holder for all of the typed array prototype objects. I haven't decided yet whether they will be in the final version of Table 7.


What about the other four? I suspect the %Loader*% ones will be removed as they are artifacts from the removal of the Loader specification, but %ReturnUndefined% seems clearly redundant.


fixed in rev30