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

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

Issue 2898163002: Make non-Module generators only context allocate parameters. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « test/debugger/debug/regress-3225.js ('k') | test/inspector/runtime/internal-properties-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/suspended-generator-scopes-expected.txt
diff --git a/test/inspector/debugger/suspended-generator-scopes-expected.txt b/test/inspector/debugger/suspended-generator-scopes-expected.txt
index f529c7ee24c5457cabe65fca4ab0432a7a336635..a59bc3281c585c7cecc7ea3b7603603a097ab46e 100644
--- a/test/inspector/debugger/suspended-generator-scopes-expected.txt
+++ b/test/inspector/debugger/suspended-generator-scopes-expected.txt
@@ -9,11 +9,11 @@ Running test: testScopesPaused
configurable : true
enumerable : true
isOwn : true
- name : a
+ name : b
value : {
- description : 420
+ description : 42
type : number
- value : 420
+ value : 42
}
writable : true
}
@@ -21,11 +21,11 @@ Running test: testScopesPaused
configurable : true
enumerable : true
isOwn : true
- name : b
+ name : a
value : {
- description : 42
+ description : 420
type : number
- value : 42
+ value : 420
}
writable : true
}
@@ -42,11 +42,9 @@ Running test: testScopesNonPaused
configurable : true
enumerable : true
isOwn : true
- name : a
+ name : b
value : {
- description : 430
- type : number
- value : 430
+ type : undefined
}
writable : true
}
@@ -54,9 +52,11 @@ Running test: testScopesNonPaused
configurable : true
enumerable : true
isOwn : true
- name : b
+ name : a
value : {
- type : undefined
+ description : 430
+ type : number
+ value : 430
}
writable : true
}
« no previous file with comments | « test/debugger/debug/regress-3225.js ('k') | test/inspector/runtime/internal-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698