js_realloc property

Pointer<NativeFunction<Pointer<Void> Function(Pointer<JSMallocState_> s, Pointer<Void> ptr, Size size)>> js_realloc
getter/setter pair

Implementation

external Pointer<
        NativeFunction<
            Pointer<Void> Function(
                Pointer<JSMallocState_> s, Pointer<Void> ptr, Size size)>>
    js_realloc;