Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b82
-
generic
-
generic
Description
We currently default to the slow ScriptFunction.apply() path for bound functions (created using Function.bind()). It is possible to create new ScriptFunction objects that have efficiently bound method handles and let them be invoked as any other function would.