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

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

Issue 2902423002: Revert of Make non-Module generators only context allocate parameters. (Closed)
Patch Set: 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 a59bc3281c585c7cecc7ea3b7603603a097ab46e..f529c7ee24c5457cabe65fca4ab0432a7a336635 100644
--- a/test/inspector/debugger/suspended-generator-scopes-expected.txt
+++ b/test/inspector/debugger/suspended-generator-scopes-expected.txt
@@ -9,11 +9,11 @@
configurable : true
enumerable : true
isOwn : true
- name : b
+ name : a
value : {
- description : 42
+ description : 420
type : number
- value : 42
+ value : 420
}
writable : true
}
@@ -21,11 +21,11 @@
configurable : true
enumerable : true
isOwn : true
- name : a
+ name : b
value : {
- description : 420
+ description : 42
type : number
- value : 420
+ value : 42
}
writable : true
}
@@ -42,16 +42,6 @@
configurable : true
enumerable : true
isOwn : true
- name : b
- value : {
- type : undefined
- }
- writable : true
- }
- [1] : {
- configurable : true
- enumerable : true
- isOwn : true
name : a
value : {
description : 430
@@ -60,6 +50,16 @@
}
writable : true
}
+ [1] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : b
+ value : {
+ type : undefined
+ }
+ 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