callAsFunction property

Pointer<NativeFunction<JSObjectCallAsFunctionCallback>>? callAsFunction
getter/setter pair

A JSObjectCallAsFunctionCallback to invoke when the property is called as a function.

Implementation

Pointer<NativeFunction<JSObjectRef.JSObjectCallAsFunctionCallback>>?
    callAsFunction;