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

Issue 233233004: Handlify GetProperty. (Closed)

Created:
6 years, 8 months ago by Yang
Modified:
6 years, 8 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -349 lines) Patch
M src/api.cc View 1 5 chunks +11 lines, -9 lines 0 comments Download
M src/bootstrapper.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M src/debug.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/execution.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/factory.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M src/handles.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/i18n.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/liveedit.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/liveedit.cc View 7 chunks +15 lines, -15 lines 0 comments Download
M src/log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/messages.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects.h View 1 7 chunks +14 lines, -38 lines 0 comments Download
M src/objects.cc View 1 15 chunks +78 lines, -182 lines 0 comments Download
M src/objects-inl.h View 1 3 chunks +36 lines, -18 lines 0 comments Download
M src/runtime.cc View 1 3 chunks +14 lines, -9 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 1 15 chunks +37 lines, -29 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
6 years, 8 months ago (2014-04-10 14:11:54 UTC) #1
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/233233004/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/233233004/diff/1/src/objects.cc#newcode489 src/objects.cc:489: MaybeHandle<Object> Object::GetProperty(Handle<Object> object, Non-handlified version was ...
6 years, 8 months ago (2014-04-11 10:52:12 UTC) #2
Yang
https://codereview.chromium.org/233233004/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/233233004/diff/1/src/objects.cc#newcode496 src/objects.cc:496: MaybeHandle<Object> JSProxy::GetElementWithHandler(Handle<JSProxy> proxy, On 2014/04/11 10:52:13, Igor Sheludko wrote: ...
6 years, 8 months ago (2014-04-11 11:21:41 UTC) #3
Igor Sheludko
lgtm
6 years, 8 months ago (2014-04-11 11:26:27 UTC) #4
Yang
6 years, 8 months ago (2014-04-11 11:26:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20682 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698