IdleNotification 3351 include/v8.h static bool IdleNotification(int hint = 1000); IdleNotification 4290 src/api.cc return i::V8::IdleNotification(hint); IdleNotification 1797 src/d8.cc V8::IdleNotification(kLongIdlePauseInMs); IdleNotification 1383 src/heap.h bool IdleNotification(int hint); IdleNotification 190 src/v8.cc return HEAP->IdleNotification(hint); IdleNotification 113 src/v8.h static bool IdleNotification(int hint); IdleNotification 14126 test/cctest/test-api.cc finished = v8::V8::IdleNotification(); IdleNotification 14146 test/cctest/test-api.cc finished = v8::V8::IdleNotification(IdlePauseInMs); IdleNotification 14166 test/cctest/test-api.cc finished = v8::V8::IdleNotification(IdlePauseInMs); IdleNotification 14182 test/cctest/test-api.cc v8::V8::IdleNotification(kShortIdlePauseInMs); IdleNotification 14191 test/cctest/test-api.cc v8::V8::IdleNotification(kLongIdlePauseInMs); IdleNotification 14199 test/cctest/test-api.cc finished = v8::V8::IdleNotification(kShortIdlePauseInMs); IdleNotification 1655 test/cctest/test-heap.cc v8::V8::IdleNotification(kLongIdlePauseInMs); IdleNotification 1709 test/cctest/test-heap.cc v8::V8::IdleNotification(kLongIdlePauseInMs);