Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2461
void tsn_release(tsn_vm* ctx, tsn_value v) {
2462
JS_FreeValue(ctx, v);
2463
}
2464
2465
tsn_value tsn_retain_ptr(tsn_vm* ctx, const tsn_value_const* v) {
2466
return JS_DupValue(ctx, *v);
Callers
15
doLoadModule
Function · 0.85
main
Function · 0.85
decodeException
Function · 0.85
evaluateHarness
Method · 0.85
evaluateCompiledTest
Method · 0.85
tsn_copy_properties_impl
Function · 0.85
tsn_load_in_context
Function · 0.85
tsn_call
Function · 0.85
tsn_free_module
Function · 0.85
tsn_get_super
Function · 0.85
tsn_release_iterator
Function · 0.85
tsn_new_class
Function · 0.85
Calls
1
JS_FreeValue
Function · 0.85
Tested by
1
doLoadModule
Function · 0.68