idleNotification 101 Source/bindings/v8/WorkerScriptController.h bool idleNotification() { return v8::V8::IdleNotification(); } idleNotification 294 Source/core/workers/WorkerGlobalScope.cpp return script()->idleNotification(); idleNotification 121 Source/core/workers/WorkerGlobalScope.h bool idleNotification(); idleNotification 194 Source/core/workers/WorkerRunLoop.cpp bool hasMoreWork = !m_context->idleNotification();