| 716 | #endif |
| 717 | |
| 718 | inline void LowMemoryNotification() { |
| 719 | v8::Isolate::GetCurrent()->LowMemoryNotification(); |
| 720 | } |
| 721 | |
| 722 | inline void ContextDisposedNotification() { |
| 723 | v8::Isolate::GetCurrent()->ContextDisposedNotification(); |
nothing calls this directly
no outgoing calls
no test coverage detected