MCPcopy Create free account
hub / github.com/nodejs/nan / LowMemoryNotification

Function LowMemoryNotification

nan.h:718–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716#endif
717
718 inline void LowMemoryNotification() {
719 v8::Isolate::GetCurrent()->LowMemoryNotification();
720 }
721
722 inline void ContextDisposedNotification() {
723 v8::Isolate::GetCurrent()->ContextDisposedNotification();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected