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