hasInstance property
The callback invoked when an object is used as the target of an 'instanceof' expression.
Implementation
external Pointer<NativeFunction<JSObjectHasInstanceCallback>> hasInstance;
The callback invoked when an object is used as the target of an 'instanceof' expression.
external Pointer<NativeFunction<JSObjectHasInstanceCallback>> hasInstance;