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

Unified Diff: test/inspector/debugger/suspended-generator-scopes.js

Issue 2785523004: [inspector] fixed suspended-generator-scopes.js with --aways-opt (Closed)
Patch Set: rebased Created 3 years, 9 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 | « no previous file | test/inspector/inspector.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/suspended-generator-scopes.js
diff --git a/test/inspector/debugger/suspended-generator-scopes.js b/test/inspector/debugger/suspended-generator-scopes.js
index f158e75f1158fa4c536229263281b47b98216f6e..edce5951ffc7bf39f01ce0d463ee1721e1f8fc33 100644
--- a/test/inspector/debugger/suspended-generator-scopes.js
+++ b/test/inspector/debugger/suspended-generator-scopes.js
@@ -14,6 +14,7 @@ function testSuspendedGenerator()
g.next();
debugger;
+ return g;
}`);
Protocol.Debugger.enable().then(testSuite);
« no previous file with comments | « no previous file | test/inspector/inspector.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698