jsIsJobPending top-level property
DLLEXPORT int32_t jsIsJobPending(JSRuntime *rt)
Implementation
final int Function(Pointer<JSRuntime>) jsIsJobPending = _qjsLib
.lookup<NativeFunction<Int32 Function(Pointer<JSRuntime>)>>(
'jsIsJobPending',
)
.asFunction();