MCPcopy Create free account
hub / github.com/Snapchat/Valdi / tsn_call_fargs

Function tsn_call_fargs

tsn/src/tsn/tsn.cpp:1686–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684}
1685
1686tsn_value tsn_call_fargs(
1687 tsn_vm* ctx, tsn_value_const func_obj, tsn_value_const this_obj, int argc, tsn_value_const* argv) {
1688 return tsn_call(ctx, func_obj, this_obj, argc, argv);
1689}
1690
1691tsn_value tsn_call_constructor(
1692 tsn_vm* ctx, tsn_value_const ctor, tsn_value_const new_target, int argc, tsn_value_const* argv) {

Callers

nothing calls this directly

Calls 1

tsn_callFunction · 0.85

Tested by

no test coverage detected