setModuleExportList method
Implementation
int setModuleExportList(
JSModuleDefRef m,
Pointer<JSCFunctionListEntry_> tab,
int len,
) =>
JS_SetModuleExportList(_ref, m, tab, len);
int setModuleExportList(
JSModuleDefRef m,
Pointer<JSCFunctionListEntry_> tab,
int len,
) =>
JS_SetModuleExportList(_ref, m, tab, len);