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

Issue 253843006: Object::Lookup(), JSObject::*Lookup*() and JSReceiver::*Lookup*() handlified. (Closed)

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

Description

Object::Lookup(), JSObject::*Lookup*() and JSReceiver::*Lookup*() handlified. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21051

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -103 lines) Patch
M src/api.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ic.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/json-stringifier.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 4 chunks +8 lines, -10 lines 0 comments Download
M src/objects.cc View 1 41 chunks +55 lines, -57 lines 0 comments Download
M src/runtime.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Igor Sheludko
PTAL #1
6 years, 7 months ago (2014-04-29 12:45:44 UTC) #1
Yang
LGTM with a nit https://codereview.chromium.org/253843006/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/253843006/diff/1/src/objects.cc#newcode3560 src/objects.cc:3560: pt != *null_value; I think ...
6 years, 7 months ago (2014-04-29 13:26:02 UTC) #2
Igor Sheludko
https://codereview.chromium.org/253843006/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/253843006/diff/1/src/objects.cc#newcode3560 src/objects.cc:3560: pt != *null_value; On 2014/04/29 13:26:02, Yang wrote: > ...
6 years, 7 months ago (2014-04-29 13:35:20 UTC) #3
Igor Sheludko
6 years, 7 months ago (2014-04-29 13:43:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r21051 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698