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

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

Issue 2629073004: ac (Closed)
Patch Set: Created 3 years, 11 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-functions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-functions-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-functions-expected.txt
index b94f7e888d006c1009f8785ac5c5a616b3cb8a69..fc6034fdc4812695609c637b41220fc92f9ad384 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-functions-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-functions-expected.txt
@@ -28,7 +28,7 @@ console-functions.html:25 function simple()
caller: null
length: 0
name: "simple"
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:10
[[Scopes]]: Scopes[1]
@@ -47,7 +47,7 @@ console-functions.html:25 function* genSimple()
caller: (...)
length: 0
name: "genSimple"
- prototype: Generator
+ prototype: Generator {}
__proto__: GeneratorFunction
[[FunctionLocation]]: console-functions.html:12
[[IsGenerator]]: true
@@ -58,7 +58,7 @@ console-functions.html:25 function anonymous()
caller: null
length: 0
name: ""
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:13
[[Scopes]]: Scopes[1]
@@ -68,7 +68,7 @@ console-functions.html:25 function anonymous(x, y)
caller: null
length: 2
name: ""
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:14
[[Scopes]]: Scopes[1]
@@ -78,7 +78,7 @@ console-functions.html:25 function namedArgs(x)
caller: null
length: 1
name: "namedArgs"
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:15
[[Scopes]]: Scopes[1]
@@ -88,7 +88,7 @@ console-functions.html:25 function namedArgs2(x, y)
caller: null
length: 2
name: "namedArgs2"
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:16
[[Scopes]]: Scopes[1]
@@ -98,7 +98,7 @@ console-functions.html:25 function anonymous({})
caller: null
length: 1
name: ""
- prototype: Object
+ prototype: Object {constructor: function}
__proto__: function ()
[[FunctionLocation]]: console-functions.html:17
[[Scopes]]: Scopes[1]
@@ -108,7 +108,7 @@ console-functions.html:25 function* whitespace( x )
caller: (...)
length: 1
name: "whitespace"
- prototype: Generator
+ prototype: Generator {}
__proto__: GeneratorFunction
[[FunctionLocation]]: console-functions.html:18
[[IsGenerator]]: true

Powered by Google App Engine
This is Rietveld 408576698