| 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) { \ |
nothing calls this directly
no outgoing calls
no test coverage detected