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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: a Created 4 years, 5 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
index 679c8f51b7a6c881e3d0e84e6c7ae8eeb618b470..ac6d12d0fe0cada145cedb38c15ec96d2f201c11 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -40,8 +40,10 @@ console-dir.html:19 anonymous()
name: ""
prototype: Object
__proto__: ()
- <function scope>
- Global: Window
+ [[FunctionLocation]]: console-dir.html:19
dgozman 2016/07/07 19:59:23 Screenshot of before and after?
kozy 2016/07/07 22:59:07 after: https://drive.google.com/file/d/0B7RLEApsOK
dgozman 2016/07/08 20:37:29 - Let's omit IsGenerator when it's false - just no
+ [[FunctionName]]: ""
+ [[Scopes]]: Scopes[1]
dgozman 2016/07/07 19:59:23 Can there be multiple scopes?
kozy 2016/07/07 22:59:07 Yes, it can. It will be Scopes[N] array with each
+ [[IsGenerator]]: false
console-dir.html:23 inner
__proto__: Object
console-dir.html:26 Object
@@ -56,8 +58,9 @@ console-dir.html:29 get __proto__()
length: 0
name: "get __proto__"
__proto__: ()
- <function scope>
- No Scopes
+ [[FunctionLocation]]: (program):97
dgozman 2016/07/07 19:59:23 (program)? Is that like a native function or what?
kozy 2016/07/07 22:59:07 For some reason V8 reports scriptId, line and colu
+ [[FunctionName]]: "get __proto__"
+ [[IsGenerator]]: false
console-dir.html:34 Uint8Array[400000000]
[0 … 99999999]
[100000000 … 199999999]

Powered by Google App Engine
This is Rietveld 408576698