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

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

Issue 2516973003: [inspector] Expose scopes for suspended generator objects (Closed)
Patch Set: Address comments Created 4 years, 1 month 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/inspector/debugger/suspended-generator-scopes.js ('k') | no next file » | 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
new file mode 100644
index 0000000000000000000000000000000000000000..ed60c3e43ca6e5e2e13bdd399cad10b6bd9cdfd6
--- /dev/null
+++ b/test/inspector/debugger/suspended-generator-scopes-expected.txt
@@ -0,0 +1,63 @@
+Running test: testScopesPaused
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : a
+ value : {
+ description : 420
+ type : number
+ value : 420
+ }
+ writable : true
+ }
+ [1] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : b
+ value : {
+ description : 42
+ type : number
+ value : 42
+ }
+ writable : true
+ }
+ ]
+ }
+}
+
+Running test: testScopesNonPaused
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : a
+ value : {
+ description : 430
+ type : number
+ value : 430
+ }
+ writable : true
+ }
+ [1] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : b
+ value : {
+ type : undefined
+ }
+ writable : true
+ }
+ ]
+ }
+}
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698