hasInstance property

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

The callback invoked when an object is used as the target of an 'instanceof' expression.

Implementation

external Pointer<NativeFunction<JSObjectHasInstanceCallback>> hasInstance;