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;