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

Unified Diff: test/inspector/runtime/evaluate-with-generate-preview-expected.txt

Issue 2554623003: Show functions in object previews (Closed)
Patch Set: rebase to drop symbool cl Created 4 years 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/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/evaluate-with-generate-preview-expected.txt
diff --git a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
index bef284bf398087918b24ac9dfd9de437d0a3c8a3..c0d686efce9f1971de6292516823418afdc8a1c1 100644
--- a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
+++ b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
@@ -17,10 +17,15 @@ Running test: testObjectPropertiesPreview
}
[2] : {
name : p3
- type : accessor
+ type : function
+ value :
}
[3] : {
- name : p5
+ name : p4
+ type : accessor
+ }
+ [4] : {
+ name : p6
type : accessor
}
]
@@ -29,7 +34,7 @@ Running test: testObjectPropertiesPreview
Running test: testArrayPropertiesPreview
{
- description : Array(7)
+ description : Array(8)
overflow : false
properties : [
[0] : {
@@ -45,13 +50,53 @@ Running test: testArrayPropertiesPreview
}
[2] : {
name : 4
- type : accessor
+ type : function
+ value :
}
[3] : {
- name : 6
+ name : nonEntryFunction
+ type : function
+ value :
+ }
+ [4] : {
+ name : 5
+ type : accessor
+ }
+ [5] : {
+ name : 7
type : accessor
}
]
subtype : array
type : object
}
+
+Running test: testInheritingObjectPropertiesPreview
+{
+ description : Object
+ overflow : false
+ properties : [
+ [0] : {
+ name : prototype
+ type : object
+ value : Object
+ }
+ ]
+ type : object
+}
+
+Running test: testInheritingArrayPropertiesPreview
+{
+ description : Array(0)
+ overflow : false
+ properties : [
+ [0] : {
+ name : prototype
+ subtype : array
+ type : object
+ value : Array(8)
+ }
+ ]
+ subtype : array
+ type : object
+}
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698