jsNewTypedArrayOwned top-level property
Pointer<JSValue> Function(Pointer<JSContext> ctx, Pointer<Uint8> buf, int len, int type)
jsNewTypedArrayOwned
final
JSValue *jsNewTypedArrayOwned(JSContext *ctx, uint8_t *buf, size_t len, int32_t type)
Implementation
final Pointer<JSValue> Function(
Pointer<JSContext> ctx,
Pointer<Uint8> buf,
int len,
int type,
)
jsNewTypedArrayOwned = _qjsLib
.lookup<
NativeFunction<
Pointer<JSValue> Function(
Pointer<JSContext>,
Pointer<Uint8>,
IntPtr,
Int32,
)
>
>('jsNewTypedArrayOwned')
.asFunction();