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

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

Issue 2516973003: [inspector] Expose scopes for suspended generator objects (Closed)
Patch Set: Add test 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
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..034697f8a2e280718ae6ff65a364254b5b4f9d56
--- /dev/null
+++ b/test/inspector/debugger/suspended-generator-scopes-expected.txt
@@ -0,0 +1,40 @@
+{
+ name : [[Scopes]]
+ value : {
+ className : Array
+ description : Scopes[2]
+ objectId : <objectId>
+ subtype : internal#scopeList
+ type : object
+ }
+}
+[
+ [0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 0
+ value : {
+ className : Object
+ description : Closure (gen)
+ objectId : <objectId>
+ subtype : internal#scope
+ type : object
+ }
+ writable : true
+ }
+ [1] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 1
+ value : {
+ className : Object
+ description : Global
+ objectId : <objectId>
+ subtype : internal#scope
+ type : object
+ }
+ writable : true
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698