setPropertyFunctionList method

void setPropertyFunctionList(
  1. List<JSCFunctionListEntry> tab
)

Implementation

void setPropertyFunctionList(
  List<JSCFunctionListEntry>
      tab, // Need to specifically call the free function
) =>
    JS_SetPropertyFunctionList(_ctx.ref, _ref.ref, tab.ref, tab.length);