callAsConstructor property
The callback invoked when an object is used as a constructor in a 'new' expression.
Implementation
external Pointer<NativeFunction<JSObjectCallAsConstructorCallback>> callAsConstructor;
The callback invoked when an object is used as a constructor in a 'new' expression.
external Pointer<NativeFunction<JSObjectCallAsConstructorCallback>> callAsConstructor;