archives

« Bugzilla Issues Index

#4353 — Typo in 19.1.2.8.1 Runtime Semantics: GetOwnPropertyKeys


19.1.2.8.1 Runtime Semantics: GetOwnPropertyKeys
6.
a. If Type(nextKey) is ->>Type<<-, then
i. Append nextKey as the last element of nameList

I suppose that it should be If Type(nextKey) is Symbol.


(In reply to Aleksej Shvajka from comment #0)
> I suppose that it should be If Type(nextKey) is Symbol.

The second `Type` refers to the parameter named `Type`, not the `Type()` function.