JS_SetGCThreshold top-level property

void Function(Pointer<JSRuntime_> rt, int gc_threshold) JS_SetGCThreshold
final

Implementation

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