archives

« Bugzilla Issues Index

#2900 — 19.2.3.2 Function.prototype.bind: Incorrect argument to BoundFunctionTargetRealm


19.2.3.2 Function.prototype.bind ( thisArg , ...args ), step 8.

Change `Target` to `F` in step 10, BoundFunctionTargetRealm is only applicable for bound functions.


BoundFunctionTargetRealm has been replaced by GetFucntionRealm which works for all kinds of functions.

fixed in rev26 editor's draft


fixed in rev26