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

Method retain

valdi/src/valdi/runtime/JavaScript/JavaScriptTypes.hpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void retain() {
199 if (!_isRetained && _context != nullptr) {
200 _isRetained = true;
201 retainRef(*_context, _value);
202 }
203 }
204};
205
206using JSPropertyNameRef = JSRef<JSPropertyName>;

Callers 1

makeRetainedMethod · 0.45

Calls 1

retainRefFunction · 0.85

Tested by

no test coverage detected