js_malloc_rt top-level property

Pointer<Void> Function(Pointer<JSRuntime_> rt, int size) js_malloc_rt
final

Implementation

final Pointer<Void> Function(Pointer<JSRuntime_> rt, int size) js_malloc_rt =
    kLookup<NativeFunction<Pointer<Void> Function(Pointer<JSRuntime_>, Size)>>(
      'js_malloc_rt',
    ).asFunction();