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

Function tsn_release

tsn/src/tsn/tsn.cpp:2461–2463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459}
2460
2461void tsn_release(tsn_vm* ctx, tsn_value v) {
2462 JS_FreeValue(ctx, v);
2463}
2464
2465tsn_value tsn_retain_ptr(tsn_vm* ctx, const tsn_value_const* v) {
2466 return JS_DupValue(ctx, *v);

Callers 15

doLoadModuleFunction · 0.85
mainFunction · 0.85
decodeExceptionFunction · 0.85
evaluateHarnessMethod · 0.85
evaluateCompiledTestMethod · 0.85
tsn_copy_properties_implFunction · 0.85
tsn_load_in_contextFunction · 0.85
tsn_callFunction · 0.85
tsn_free_moduleFunction · 0.85
tsn_get_superFunction · 0.85
tsn_release_iteratorFunction · 0.85
tsn_new_classFunction · 0.85

Calls 1

JS_FreeValueFunction · 0.85

Tested by 1

doLoadModuleFunction · 0.68