hasInstance property
The callback invoked when an object is used as a constructor in a 'new' expression.
Implementation
Pointer<NativeFunction<JSObjectRef.JSObjectHasInstanceCallback>>? hasInstance;
The callback invoked when an object is used as a constructor in a 'new' expression.
Pointer<NativeFunction<JSObjectRef.JSObjectHasInstanceCallback>>? hasInstance;