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

Function tsn_throw

tsn/src/tsn/tsn.cpp:1617–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615}
1616
1617void tsn_throw(tsn_vm* ctx, tsn_value exception) {
1618 JS_Throw(ctx, JS_DupValue(ctx, exception));
1619}
1620
1621tsn_value tsn_get_exception(tsn_vm* ctx) {
1622 return JS_GetException(ctx);

Callers 2

tsn_requireFunction · 0.85
tsn_generator_nextFunction · 0.85

Calls 1

JS_DupValueFunction · 0.85

Tested by

no test coverage detected