js_free_rt top-level property

void Function(Pointer<JSRuntime_> rt, Pointer<Void> ptr) js_free_rt
final

Implementation

final void Function(Pointer<JSRuntime_> rt, Pointer<Void> ptr) js_free_rt =
    kLookup<NativeFunction<Void Function(Pointer<JSRuntime_>, Pointer<Void>)>>(
      'js_free_rt',
    ).asFunction();