Binds the given function to the current execution context.
v19.8.0
A new function that calls fn within the captured execution context.
fn
The function to bind to the current execution context.