readModuleBytecodeFn top-level property
DLLEXPORT int32_t jsReadModuleBytecode(JSContext *, size_t, uint8_t *, int32_t)
Implementation
late final readModuleBytecodeFn = _qjsLib
.lookup<
NativeFunction<
Int32 Function(Pointer<JSContext>, Size, Pointer<Uint8>, Int32)
>
>('jsReadModuleBytecode')
.asFunction<
int Function(Pointer<JSContext>, int, Pointer<Uint8>, int)
>();