archives

« Bugzilla Issues Index

#3553 — 9.5.14 [[Construct]] method of Proxy Object, step 9: missing argument newTarget


9.5.14 Proxy Object: [[Construct]] ( argumentsList, newTarget )
Step 9 reads:

9. Let newObj be the result of calling trap with handler as the this value and a new List containing target and argArray.

It should be:

9. Let newObj be Call(trap, handler, «target, argArray, newTarget»).

(The newTarget argument is missing.)


fixed in rev32 editor's draft


fixed in rev32 draft