| 720 | } |
| 721 | |
| 722 | inline void ContextDisposedNotification() { |
| 723 | v8::Isolate::GetCurrent()->ContextDisposedNotification(); |
| 724 | } |
| 725 | #else |
| 726 | inline |
| 727 | void SetCounterFunction(v8::CounterLookupCallback cb) { |
nothing calls this directly
no outgoing calls
no test coverage detected