archives

« Bugzilla Issues Index

#3558 — 9.4.1.1 [[Call]] for bound function: reorder steps 1-3.


9.4.1.1 [[Call]] (for: Bound Function Exotic Objects)

I suggest to invert the order of steps 1-3. That would be more logical:

step 1 (currently 3): define target;
step 2 (currently 2): define boundThis;
steps 3-4 (currently 1 & 4): define args;
step 5: Call(target, boundThis, args).


fixed in rev32 editor's draft


fixed in rev32 draft