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

Function GetHeapStatistics

nan.h:881–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879 }
880
881 inline void GetHeapStatistics(
882 v8::HeapStatistics *heap_statistics) {
883 v8::Isolate::GetCurrent()->GetHeapStatistics(heap_statistics);
884 }
885
886# define X(NAME) \
887 inline v8::Local<v8::Value> NAME(const char *msg) { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected