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