addModuleExportList method

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

Implementation

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