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