hasInstance property

Pointer<NativeFunction<JSObjectHasInstanceCallback>>? hasInstance
getter/setter pair

The callback invoked when an object is used as a constructor in a 'new' expression.

Implementation

Pointer<NativeFunction<JSObjectRef.JSObjectHasInstanceCallback>>? hasInstance;