Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: test/mjsunit/es6/debug-promises-uncaught-uncaught.js

Issue 362783002: Introduce debug events for Microtask queue. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: addressed Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/debug-promises-uncaught-all.js ('k') | test/mjsunit/es7/object-observe-debug-event.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/debug-promises-uncaught-uncaught.js
diff --git a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
index 45b8e9811ee7709383e2509e5f6c634c26eeadbd..d79f1ceb544e333228a84d3afe845b5f42ad8fc2 100644
--- a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
+++ b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
@@ -25,6 +25,7 @@ var q = p.chain(
});
function listener(event, exec_state, event_data, data) {
+ if (event == Debug.DebugEvent.AsyncTaskEvent) return;
try {
// Ignore exceptions during startup in stress runs.
if (step >= 1) return;
« no previous file with comments | « test/mjsunit/es6/debug-promises-uncaught-all.js ('k') | test/mjsunit/es7/object-observe-debug-event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698