| 682 | /* node 0.12 */ |
| 683 | #if NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION |
| 684 | inline |
| 685 | void SetCounterFunction(v8::CounterLookupCallback cb) { |
| 686 | v8::Isolate::GetCurrent()->SetCounterFunction(cb); |
| 687 | } |
| 688 | |
| 689 | inline |
| 690 | void SetCreateHistogramFunction(v8::CreateHistogramCallback cb) { |
nothing calls this directly
no outgoing calls
no test coverage detected