archives

« Bugzilla Issues Index

#2786 — 26.1.1 Reflect.apply, 26.1.2 Reflect.construct: Remove ToObject, use IsConstructor


26.1.1 Reflect.apply ( target, thisArgument, argumentsList )

Remove steps 1-2, IsCallable takes care of non-callable input values.


26.1.2 Reflect.construct ( target, argumentsList )

Remove steps 1-2 and use IsConstructor in step 3.


fixed in rev25 editor's draft


fixed in rev25 editor's draft