| 701 | (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && \ |
| 702 | V8_MINOR_VERSION >= 7)) |
| 703 | NAN_DEPRECATED inline bool IdleNotification(int) { |
| 704 | return true; |
| 705 | } |
| 706 | # elif defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ |
| 707 | (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) |
| 708 | NAN_DEPRECATED inline bool IdleNotification(int idle_time_in_ms) { |
nothing calls this directly
no outgoing calls
no test coverage detected