setModuleExportList method

int setModuleExportList(
  1. JSModuleDefRef m,
  2. Pointer<JSCFunctionListEntry_> tab,
  3. int len
)

Implementation

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