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

Side by Side Diff: LayoutTests/inspector/sources/debugger/function-details-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718 08 1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718 08
2 2
3 Debugger was enabled.
4 3
5 Running: testGetFirstLineFunctionDetails 4 Running: testGetFirstLineFunctionDetails
6 firstLineFunction type = function 5 firstLineFunction type = function
7 Function details: 6 Function details:
8 lineNumber: 5 7 lineNumber: 5
9 columnNumber: 36 8 columnNumber: 36
10 scriptId is valid: true 9 scriptId is valid: true
11 functionName: firstLineFunction 10 functionName: firstLineFunction
12 scopeChain #0: global; <global object properties omitted> 11 scopeChain #0: global; <global object properties omitted>
13 12
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 bigClosure type = function 60 bigClosure type = function
62 Function details: 61 Function details:
63 lineNumber: 38 62 lineNumber: 38
64 columnNumber: 27 63 columnNumber: 27
65 scriptId is valid: true 64 scriptId is valid: true
66 functionName: 65 functionName:
67 scopeChain #0: catch; ex: <no string representation> 66 scopeChain #0: catch; ex: <no string representation>
68 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu e>,v: <no value> 67 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu e>,v: <no value>
69 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr esentation>,p: <no string representation> 68 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr esentation>,p: <no string representation>
70 scopeChain #3: global; <global object properties omitted> 69 scopeChain #3: global; <global object properties omitted>
71 Debugger was disabled.
72 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698