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

Function tsn_dump_error

tsn/src/tsn/tsn.cpp:1273–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1271}
1272
1273void tsn_dump_error(tsn_vm* ctx) {
1274 tsn_value exception_val = JS_GetException(ctx);
1275 tsn_dump_error1(ctx, exception_val);
1276 JS_FreeValue(ctx, exception_val);
1277}
1278
1279static void tsn_update_stack_limit(tsn_runtime* runtime) {
1280 auto stackAttrs = Valdi::Thread::getCurrentStackAttrs();

Callers 2

mainFunction · 0.85
tsn_debugFunction · 0.85

Calls 2

tsn_dump_error1Function · 0.85
JS_FreeValueFunction · 0.85

Tested by

no test coverage detected