JS_IsJobPending top-level property

int Function(Pointer<JSRuntime_> rt) JS_IsJobPending
final

Implementation

final int Function(Pointer<JSRuntime_> rt) JS_IsJobPending =
    kLookup<NativeFunction<Int Function(Pointer<JSRuntime_>)>>(
      'JS_IsJobPending',
    ).asFunction();