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

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

Issue 2519773003: [debug] Add Eval scope type to inspector protocol (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/eval-scopes.js ('k') | test/mjsunit/debug-eval-scope.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/eval-scopes-expected.txt
diff --git a/test/inspector/debugger/eval-scopes-expected.txt b/test/inspector/debugger/eval-scopes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af27f113ec50890234ca87724ba06cb3006fe8cb
--- /dev/null
+++ b/test/inspector/debugger/eval-scopes-expected.txt
@@ -0,0 +1,19 @@
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : hest
+ value : {
+ description : 420
+ type : number
+ value : 420
+ }
+ writable : true
+ }
+ ]
+ }
+}
« no previous file with comments | « test/inspector/debugger/eval-scopes.js ('k') | test/mjsunit/debug-eval-scope.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698