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

Unified Diff: test/inspector/debugger/object-preview-internal-properties-expected.txt

Issue 2672213002: [inspector] introduced v8::debug::EntriesPreview for inspector (Closed)
Patch Set: addressed comments Created 3 years, 10 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 | « src/runtime/runtime-collections.cc ('k') | test/inspector/runtime/internal-properties.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/object-preview-internal-properties-expected.txt
diff --git a/test/inspector/debugger/object-preview-internal-properties-expected.txt b/test/inspector/debugger/object-preview-internal-properties-expected.txt
index 481ef8b1a38e513f733ab4b8a62004911974c23d..6b0b8bf1775a3c9f9fddb95f2e3ec63d39bfa1a0 100644
--- a/test/inspector/debugger/object-preview-internal-properties-expected.txt
+++ b/test/inspector/debugger/object-preview-internal-properties-expected.txt
@@ -163,23 +163,19 @@ expression: (new Map([[1,2]])).entries()
[[Entries]]:
[
[0] : {
+ key : {
+ description : 1
+ overflow : false
+ properties : [
+ ]
+ type : number
+ }
value : {
- description : Array(2)
+ description : 2
overflow : false
properties : [
- [0] : {
- name : 0
- type : number
- value : 1
- }
- [1] : {
- name : 1
- type : number
- value : 2
- }
]
- subtype : array
- type : object
+ type : number
}
}
]
@@ -209,15 +205,13 @@ expression: (new Set([[1,2]])).entries()
properties : [
[0] : {
name : 0
- subtype : array
- type : object
- value : Array(2)
+ type : number
+ value : 1
}
[1] : {
name : 1
- subtype : array
- type : object
- value : Array(2)
+ type : number
+ value : 2
}
]
subtype : array
« no previous file with comments | « src/runtime/runtime-collections.cc ('k') | test/inspector/runtime/internal-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698