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