JsFunction.withThis(Function f)

Returns a JsFunction that captures its 'this' binding and calls f with the value of this passed as the first argument.

Source

factory JsFunction.withThis(Function f) => _withThis(f);