callAsConstructor property

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

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

Implementation

external Pointer<NativeFunction<JSObjectCallAsConstructorCallback>>
    callAsConstructor;