Searched refs:AsyncTaskEvent (Results 1 – 4 of 4) sorted by relevance
23 AsyncTaskEvent = 7, enumerator
50 AsyncTaskEvent: 7 }; property1136 return new AsyncTaskEvent(type, id, name);1140 function AsyncTaskEvent(type, id, name) { class1147 AsyncTaskEvent.prototype.type = function() { class1152 AsyncTaskEvent.prototype.name = function() {1157 AsyncTaskEvent.prototype.id = function() {
1853 ProcessDebugEvent(v8::AsyncTaskEvent, in OnAsyncTaskEvent()1991 case v8::AsyncTaskEvent: in NotifyMessageHandler()
561 if (event != v8::AsyncTaskEvent && event != v8::Break && in handleV8DebugEvent()569 if (event == v8::AsyncTaskEvent) { in handleV8DebugEvent()