Searched refs:AsyncTaskEvent (Results 1 – 7 of 7) sorted by relevance
35 if (event != Debug.DebugEvent.AsyncTaskEvent) return;
28 if (event == Debug.DebugEvent.AsyncTaskEvent) return;
27 if (event != Debug.DebugEvent.AsyncTaskEvent) return;
24 AsyncTaskEvent = 8, enumerator
24 AsyncTaskEvent: 8, property1242 return new AsyncTaskEvent(event_data);1246 function AsyncTaskEvent(event_data) { class1253 AsyncTaskEvent.prototype.type = function() {1258 AsyncTaskEvent.prototype.name = function() {1263 AsyncTaskEvent.prototype.id = function() {
2703 ProcessDebugEvent(v8::AsyncTaskEvent, in OnAsyncTaskEvent()
498 …if (event != v8::AsyncTaskEvent && event != v8::Break && event != v8::Exception && event != v8::Af… in handleV8DebugEvent()525 } else if (event == v8::AsyncTaskEvent) { in handleV8DebugEvent()