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

Unified Diff: test/mjsunit/harmony/async-debug-step-nested.js

Issue 2067503002: [debugger] fix stepping over await calls for ignition generators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@test
Patch Set: Created 4 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
Index: test/mjsunit/harmony/async-debug-step-nested.js
diff --git a/test/mjsunit/harmony/async-debug-step-nested.js b/test/mjsunit/harmony/async-debug-step-nested.js
index 2c524824d089b14ff2273602fddaf6b28d2d7a1f..adf7a51432579cd87badfec4ecaf83faf717d19c 100644
--- a/test/mjsunit/harmony/async-debug-step-nested.js
+++ b/test/mjsunit/harmony/async-debug-step-nested.js
@@ -3,7 +3,6 @@
// found in the LICENSE file.
// Flags: --expose-debug-as debug --allow-natives-syntax --harmony-async-await
-// Flags: --no-ignition-generators
var Debug = debug.Debug;
var step_count = 0;

Powered by Google App Engine
This is Rietveld 408576698