archives

« Bugzilla Issues Index

#1937 — 26.1.11: Missing return in Reflect.ownKeys


26.1.11 Reflect.ownKeys (target)

Change step 3 from:
Let keys be the result of calling the [[OwnPropertyKeys]] internal method of obj.

to:
Return the result of calling the [[OwnPropertyKeys]] internal method of obj.


fixed in rev19 editor's draft


fixed in rev19