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
(733)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: test/mjsunit/es7/object-observe.js
Issue
183683022
:
Enable Object.observe by default (Closed)
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: add back use strict
Created 6 years, 9 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/bootstrapper.cc
src/flag-definitions.h
src/ic.cc
src/object-observe.js
src/objects.cc
src/runtime.cc
test/cctest/test-heap.cc
test/cctest/test-microtask-delivery.cc
test/cctest/test-object-observe.cc
test/mjsunit/debug-script.js
test/mjsunit/es7/object-observe.js
test/mjsunit/harmony/object-observe.js
tools/gyp/v8.gyp
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« test/mjsunit/debug-script.js
('k') |
test/mjsunit/harmony/object-observe.js »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: test/mjsunit/es7/object-observe.js
diff --git a/test/mjsunit/harmony/object-observe.js b/test/mjsunit/es7/object-observe.js
similarity index 100%
rename from test/mjsunit/harmony/object-observe.js
rename to test/mjsunit/es7/object-observe.js
« no previous file with comments
|
« test/mjsunit/debug-script.js
('k') |
test/mjsunit/harmony/object-observe.js »
('j') |
no next file with comments »
Issue 183683022: Enable Object.observe by default (Closed)
Created 6 years, 10 months ago by rafaelw
Modified 6 years, 9 months ago
Reviewers: rossberg, Toon Verwaest
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Comments: 12
This is Rietveld
408576698