Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(87)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/inspector/debugger/suspended-generator-scopes-expected.txt
Issue
2516973003
:
[inspector] Expose scopes for suspended generator objects (Closed)
Patch Set: Address comments
Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
src/inspector/debugger-script.js
src/inspector/debugger_script_externs.js
src/inspector/v8-debugger.h
src/inspector/v8-debugger.cc
test/inspector/debugger/suspended-generator-scopes.js
test/inspector/debugger/suspended-generator-scopes-expected.txt
View unified diff
|
Download patch
« no previous file with comments
|
« test/inspector/debugger/suspended-generator-scopes.js
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
Running test: testScopesPaused
2
{
3
id : <messageId>
4
result : {
5
result : [
6
[0] : {
7
configurable : true
8
enumerable : true
9
isOwn : true
10
name : a
11
value : {
12
description : 420
13
type : number
14
value : 420
15
}
16
writable : true
17
}
18
[1] : {
19
configurable : true
20
enumerable : true
21
isOwn : true
22
name : b
23
value : {
24
description : 42
25
type : number
26
value : 42
27
}
28
writable : true
29
}
30
]
31
}
32
}
33
34
Running test: testScopesNonPaused
35
{
36
id : <messageId>
37
result : {
38
result : [
39
[0] : {
40
configurable : true
41
enumerable : true
42
isOwn : true
43
name : a
44
value : {
45
description : 430
46
type : number
47
value : 430
48
}
49
writable : true
50
}
51
[1] : {
52
configurable : true
53
enumerable : true
54
isOwn : true
55
name : b
56
value : {
57
type : undefined
58
}
59
writable : true
60
}
61
]
62
}
63
}
OLD
NEW
« no previous file with comments
|
« test/inspector/debugger/suspended-generator-scopes.js
('k') |
no next file »
|
no next file with comments »
Issue 2516973003: [inspector] Expose scopes for suspended generator objects (Closed)
Created 4 years, 1 month ago by jgruber
Modified 4 years ago
Reviewers: Yang, kozy
Base URL:
Comments: 2
This is Rietveld
408576698