Searched refs:AsyncTaskEvent (Results 1 – 6 of 6) 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()