JS_SetModuleLoaderFunc top-level property
void Function(Pointer<JSRuntime_> rt, Pointer<NativeFunction<JSModuleNormalizeFunc_> > module_normalize, Pointer<NativeFunction<JSModuleLoaderFunc_> > module_loader, Pointer<Void> opaque)
JS_SetModuleLoaderFunc
final
Implementation
final void Function(
Pointer<JSRuntime_> rt,
Pointer<NativeFunction<JSModuleNormalizeFunc_>> module_normalize,
Pointer<NativeFunction<JSModuleLoaderFunc_>> module_loader,
Pointer<Void> opaque,
)
JS_SetModuleLoaderFunc =
kLookup<
NativeFunction<
Void Function(
Pointer<JSRuntime_>,
Pointer<NativeFunction<JSModuleNormalizeFunc_>>,
Pointer<NativeFunction<JSModuleLoaderFunc_>>,
Pointer<Void>,
)
>
>('JS_SetModuleLoaderFunc').asFunction();