callAsConstructor property

Pointer<NativeFunction<JSObjectCallAsConstructorCallback>>? callAsConstructor
getter/setter pair

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

Implementation

Pointer<NativeFunction<JSObjectRef.JSObjectCallAsConstructorCallback>>?
    callAsConstructor;