archives

« Bugzilla Issues Index

#3054 — 22.2.3.{6,15,30} %TypedArray%.prototype.{entries,keys,values}: Unnecessary ToObject calls


22.2.3.6 %TypedArray%.prototype.entries ( )
22.2.3.15 %TypedArray%.prototype.keys ( )
22.2.3.30 %TypedArray%.prototype.values ( )


Steps 1-2 shouldn't call ToObject(), the type check in step 3 already handles non-object types.


fixed in rev27 editor's draft


fixed in rev27 draft