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

Method releasePropertyName

valdi/src/valdi/v8/V8JavaScriptContext.cpp:1086–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086void V8JavaScriptContext::releasePropertyName(const JSPropertyName& value) {
1087 fromValdiJSPropertyNameToIndirect(value).release();
1088}
1089
1090void V8JavaScriptContext::garbageCollect() {
1091 _isolate->MemoryPressureNotification(v8::MemoryPressureLevel::kCritical);

Callers 3

unloadPropertyNamesFunction · 0.45
releaseRefFunction · 0.45

Calls 2

releaseMethod · 0.45

Tested by

no test coverage detected