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

Method retainPropertyName

valdi/src/valdi/v8/V8JavaScriptContext.cpp:1082–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082void V8JavaScriptContext::retainPropertyName(const JSPropertyName& value) {
1083 fromValdiJSPropertyNameToIndirect(value).retain();
1084}
1085
1086void V8JavaScriptContext::releasePropertyName(const JSPropertyName& value) {
1087 fromValdiJSPropertyNameToIndirect(value).release();

Callers 1

retainRefFunction · 0.45

Calls 2

retainMethod · 0.45

Tested by

no test coverage detected