callMethod 属性

MethodMirror callMethod

对反射对象 call 方法的镜像。

实现

// This is only here because in the past the VM did not implement a call
// method on closures.
MethodMirror get callMethod;