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

Method retainValue

valdi/src/valdi/v8/V8JavaScriptContext.cpp:1074–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072}
1073
1074void V8JavaScriptContext::retainValue(const JSValue& value) {
1075 fromValdiJSValueToIndirect(value).retain();
1076}
1077
1078void V8JavaScriptContext::releaseValue(const JSValue& value) {
1079 fromValdiJSValueToIndirect(value).release();

Callers 1

retainRefFunction · 0.45

Calls 2

retainMethod · 0.45

Tested by

no test coverage detected