jsFree top-level property
void jsFree(JSContext *ctx, void *ptab)
Implementation
final void Function(Pointer<JSContext> ctx, Pointer<JSPropertyEnum> ptab)
jsFree = _qjsLib
.lookup<
NativeFunction<Void Function(Pointer<JSContext>, Pointer<JSPropertyEnum>)>
>('jsFree')
.asFunction();