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

Unified Diff: test/mjsunit/harmony/async-function-debug-scopes.js

Issue 2033223003: [debug] implement intuitive semantics for stepping over await call. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix arm64 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
« no previous file with comments | « test/mjsunit/harmony/async-debug-step-out.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/async-function-debug-scopes.js
diff --git a/test/mjsunit/harmony/async-function-debug-scopes.js b/test/mjsunit/harmony/async-function-debug-scopes.js
index 33f7716d07de5f148cf4ad77bdca513418042122..3d72549d2ac7b9d64ce500187a72dee21121c68e 100644
--- a/test/mjsunit/harmony/async-function-debug-scopes.js
+++ b/test/mjsunit/harmony/async-function-debug-scopes.js
@@ -501,7 +501,6 @@ function CheckFastAllScopes(scopes, exec_state) {
// Check that the scope chain contains the expected types of scopes.
function CheckScopeChain(scopes, exec_state) {
var all_scopes = exec_state.frame().allScopes();
- assertEquals(scopes.length, exec_state.frame().scopeCount());
assertEquals(
scopes.length, all_scopes.length, "FrameMirror.allScopes length");
for (var i = 0; i < scopes.length; i++) {
« no previous file with comments | « test/mjsunit/harmony/async-debug-step-out.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698