Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/debug-promises/
Dasync-task-event.js35 if (event != Debug.DebugEvent.AsyncTaskEvent) return;
Dthrow-uncaught-uncaught.js28 if (event == Debug.DebugEvent.AsyncTaskEvent) return;
/external/v8/test/mjsunit/es7/
Dobject-observe-debug-event.js27 if (event != Debug.DebugEvent.AsyncTaskEvent) return;
/external/v8/include/
Dv8-debug.h24 AsyncTaskEvent = 8, enumerator
/external/v8/src/
Ddebug-debugger.js24 AsyncTaskEvent: 8, property
1242 return new AsyncTaskEvent(event_data);
1246 function AsyncTaskEvent(event_data) { class
1253 AsyncTaskEvent.prototype.type = function() {
1258 AsyncTaskEvent.prototype.name = function() {
1263 AsyncTaskEvent.prototype.id = function() {
Ddebug.cc2703 ProcessDebugEvent(v8::AsyncTaskEvent, in OnAsyncTaskEvent()