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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-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/sources/debugger-ui/function-details-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
index b8809ce0a93b31a37a7640ef65bf27faac2ee70f..3f34200ff200d8bc3eca34d4553d421c268eeee5 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
@@ -8,8 +8,7 @@ lineNumber: 5
columnNumber: 36
scriptId is valid: true
functionName: firstLineFunction
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetNonFirstLineFunctionDetails
notFirstLineFunction type = function
@@ -18,8 +17,7 @@ lineNumber: 10
columnNumber: 32
scriptId is valid: true
functionName: notFirstLineFunction
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithInferredName
obj.m type = function
@@ -28,8 +26,7 @@ lineNumber: 16
columnNumber: 15
scriptId is valid: true
functionName: m
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithDisplayName
functionWithDisplayName type = function
@@ -38,8 +35,7 @@ lineNumber: 19
columnNumber: 32
scriptId is valid: true
functionName: user-friendly name
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithDisplayNameGetter
functionWithDisplayNameGetter type = function
@@ -48,8 +44,7 @@ lineNumber: 22
columnNumber: 38
scriptId is valid: true
functionName: functionWithDisplayNameGetter
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testSmallClosure
smallClosure type = function
@@ -58,9 +53,8 @@ lineNumber: 25
columnNumber: 49
scriptId is valid: true
functionName:
-isGenerator: false
-scopeChain #0: closure; p: "Capybara"
-scopeChain #1: global; <global object properties omitted>
+scopeChain #0: Closure; p: "Capybara"
+scopeChain #1: Global; <global object properties omitted>
Running: testBigClosure
bigClosure type = function
@@ -69,9 +63,18 @@ lineNumber: 38
columnNumber: 27
scriptId is valid: true
functionName:
-isGenerator: false
-scopeChain #0: catch; ex: <no string representation>
-scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
-scopeChain #2: closure; p: <no string representation>
-scopeChain #3: global; <global object properties omitted>
+scopeChain #0: Catch; ex: <no string representation>
+scopeChain #1: With Block; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
+scopeChain #2: Closure; p: <no string representation>
+scopeChain #3: Global; <global object properties omitted>
+
+Running: testGenFunction
+gen type = function
+Function details:
+lineNumber: 45
+columnNumber: 13
+scriptId is valid: true
+functionName: gen
+isGenerator: true
+scopeChain #0: Global; <global object properties omitted>

Powered by Google App Engine
This is Rietveld 408576698