Home
last modified time | relevance | path

Searched refs:AsyncTaskEvent (Results 1 – 4 of 4) sorted by relevance

/external/v8/include/
Dv8-debug.h23 AsyncTaskEvent = 7, enumerator
/external/v8/src/debug/
Ddebug.js50 AsyncTaskEvent: 7 }; property
1136 return new AsyncTaskEvent(type, id, name);
1140 function AsyncTaskEvent(type, id, name) { class
1147 AsyncTaskEvent.prototype.type = function() { class
1152 AsyncTaskEvent.prototype.name = function() {
1157 AsyncTaskEvent.prototype.id = function() {
Ddebug.cc1853 ProcessDebugEvent(v8::AsyncTaskEvent, in OnAsyncTaskEvent()
1991 case v8::AsyncTaskEvent: in NotifyMessageHandler()
/external/v8/src/inspector/
Dv8-debugger.cc561 if (event != v8::AsyncTaskEvent && event != v8::Break && in handleV8DebugEvent()
569 if (event == v8::AsyncTaskEvent) { in handleV8DebugEvent()