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

Function tsn_get_exception

tsn/src/tsn/tsn.cpp:1621–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621tsn_value tsn_get_exception(tsn_vm* ctx) {
1622 return JS_GetException(ctx);
1623}
1624
1625int tsn_get_ref_count(tsn_vm* /*ctx*/, tsn_value v) {
1626 if (JS_VALUE_HAS_REF_COUNT(v)) {

Callers 1

decodeExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected