JsFunction.withThis 构造函数

JsFunction.withThis(
  1. Function f
)

返回一个 JsFunction,它捕获了它的 'this' 绑定,并使用传入的第一个参数作为 JavaScript 的 this 值调用 f

实现

external factory JsFunction.withThis(Function f);