js_mallocz top-level property

Pointer<Void> Function(Pointer<JSContext_> ctx, int size) js_mallocz
final

Implementation

final Pointer<Void> Function(Pointer<JSContext_> ctx, int size) js_mallocz =
    kLookup<NativeFunction<Pointer<Void> Function(Pointer<JSContext_>, Size)>>(
      'js_mallocz',
    ).asFunction();