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

Unified Diff: test/debugger/debug/es6/debug-stepnext-for.js

Issue 2893313002: [inspector] removed call break location from for-of loop (Closed)
Patch Set: removed each_keyword_pos Created 3 years, 7 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/debugger/debug/es6/debug-stepnext-for.js
diff --git a/test/debugger/debug/es6/debug-stepnext-for.js b/test/debugger/debug/es6/debug-stepnext-for.js
index 29712d82bb62997d102ba1fb2be8916a09aecbf6..878dda940b6b68df93d17d567e696171c8fc1e69 100644
--- a/test/debugger/debug/es6/debug-stepnext-for.js
+++ b/test/debugger/debug/es6/debug-stepnext-for.js
@@ -110,11 +110,11 @@ var expected = [
// For-in-let: get enumerable, next, body, next, ...
"g16","g11","G4","g11","G4","g11","G4","g11",
// For-of-var: [Symbol.iterator](), next(), body, next(), body, ...
- "h16","h13","H4","h13","H4","h13","H4","h13",
+ "h16","h11","H4","h11","H4","h11","H4","h11",
// For-of: [Symbol.iterator](), next(), body, next(), body, ...
- "i12","i9","I4","i9","I4","i9","I4","i9",
+ "i12","i7","I4","i7","I4","i7","I4","i7",
// For-of-let: [Symbol.iterator](), next(), body, next(), ...
- "j18","j14","J4","j14","J4","j14","J4","j14",
+ "j18","j11","J4","j11","J4","j11","J4","j11",
// For-var: init, condition, body, next, condition, body, ...
"k15","k20","K4","k26","k20","K4","k26","k20","K4","k26","k20",
// For: init, condition, body, next, condition, body, ...
@@ -122,7 +122,7 @@ var expected = [
// For-let: init, condition, body, next, condition, body, ...
"m15","m20","M4","m26","m20","M4","m26","m20","M4","m26","m20",
// For-of, empty: [Symbol.iterator](), next() once
- "n16", "n13",
+ "n16", "n11",
// Spread: expression statement, spread
"o2", "o9",
// Exit.

Powered by Google App Engine
This is Rietveld 408576698