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
(549)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: test/mjsunit/regress/regress-1015.js
Issue
6118001
:
Avoid calling inherited setters when creating object literals and their boilerplates. (Closed)
Patch Set: Address review comments
Created 9 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:
src/accessors.cc
src/handles.h
src/handles.cc
src/heap-inl.h
src/objects.h
src/objects.cc
src/parser.cc
src/runtime.cc
test/mjsunit/regress/regress-1015.js
test/mjsunit/regress/regress-192.js
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« src/runtime.cc
('k') |
test/mjsunit/regress/regress-192.js »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: test/mjsunit/regress/regress-1015.js
diff --git a/test/mjsunit/bugs/bug-1015.js b/test/mjsunit/regress/regress-1015.js
similarity index 100%
rename from test/mjsunit/bugs/bug-1015.js
rename to test/mjsunit/regress/regress-1015.js
« no previous file with comments
|
« src/runtime.cc
('k') |
test/mjsunit/regress/regress-192.js »
('j') |
no next file with comments »
Issue 6118001: Avoid calling inherited setters when creating object literals and their boilerplates. (Closed)
Created 9 years, 11 months ago by Lasse Reichstein
Modified 9 years, 6 months ago
Reviewers: fschneider
Base URL:
Comments: 4
This is Rietveld
408576698