JS_FreeRuntimeAddress top-level property

Pointer<NativeFunction<Void Function(Pointer<JSRuntime_>)>> JS_FreeRuntimeAddress
final

Implementation

final Pointer<NativeFunction<Void Function(Pointer<JSRuntime_>)>>
JS_FreeRuntimeAddress =
    kLookup<NativeFunction<Void Function(Pointer<JSRuntime_>)>>(
      'JS_FreeRuntime',
    );