JS_GetTypedArrayBuffer top-level property

JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ obj, Pointer<Size> pbyte_offset, Pointer<Size> pbyte_length, Pointer<Size> pbytes_per_element) JS_GetTypedArrayBuffer
final

Implementation

final JSValue_ Function(
  Pointer<JSContext_> ctx,
  JSValue_ obj,
  Pointer<Size> pbyte_offset,
  Pointer<Size> pbyte_length,
  Pointer<Size> pbytes_per_element,
)
JS_GetTypedArrayBuffer =
    kLookup<
      NativeFunction<
        JSValue_ Function(
          Pointer<JSContext_>,
          JSValue_,
          Pointer<Size>,
          Pointer<Size>,
          Pointer<Size>,
        )
      >
    >('JS_GetTypedArrayBuffer').asFunction();