callAsConstructor property
The callback invoked when an object is used as the target of an 'instanceof' expression.
Implementation
Pointer<NativeFunction<JSObjectRef.JSObjectCallAsConstructorCallback>>?
callAsConstructor;
The callback invoked when an object is used as the target of an 'instanceof' expression.
Pointer<NativeFunction<JSObjectRef.JSObjectCallAsConstructorCallback>>?
callAsConstructor;