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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt

Issue 2369243004: [DevTools] Improved function preview everywhere (Closed)
Patch Set: addressed comments Created 4 years, 3 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/sources/debugger/properties-special-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
index 36d5ec9c4c8c6f864002ef93fe6a79c84fc116ce..59309433b49545896d0d5dab52f41e729695ee82 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
@@ -7,7 +7,7 @@ Tests how debugger presents special properties of closures, bound functions and
properties-special.html:10 Boolean
__proto__: Boolean
[[PrimitiveValue]]: true
-properties-special.html:11 anonymous(a, b)
+properties-special.html:11 function anonymous(a, b)
arguments: null
caller: null
length: 2
@@ -16,7 +16,7 @@ properties-special.html:11 anonymous(a, b)
__proto__: ()
[[FunctionLocation]]: properties-special.html:11
[[Scopes]]: Scopes[1]
-properties-special.html:12 bound ()
+properties-special.html:12 function bound ()
arguments: (...)
caller: (...)
length: 1
@@ -25,7 +25,7 @@ properties-special.html:12 bound ()
[[TargetFunction]]: (a,b)
[[BoundThis]]: Object
[[BoundArgs]]: Array[1]
-properties-special.html:13 anonymous()
+properties-special.html:13 function* anonymous()
arguments: (...)
caller: (...)
length: 0

Powered by Google App Engine
This is Rietveld 408576698