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

Method releaseValue

valdi/src/valdi/v8/V8JavaScriptContext.cpp:1078–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078void V8JavaScriptContext::releaseValue(const JSValue& value) {
1079 fromValdiJSValueToIndirect(value).release();
1080}
1081
1082void V8JavaScriptContext::retainPropertyName(const JSPropertyName& value) {
1083 fromValdiJSPropertyNameToIndirect(value).retain();

Callers 1

releaseRefFunction · 0.45

Calls 2

releaseMethod · 0.45

Tested by

no test coverage detected