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

Issue 27000006: Handlify GetNormalizedProperty. (Closed)

Created:
7 years, 2 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handlify GetNormalizedProperty. R=mstarzinger@chromium.org BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -37 lines) Patch
M src/objects.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.cc View 2 chunks +15 lines, -8 lines 0 comments Download
M src/property.h View 1 chunk +2 lines, -1 line 1 comment Download
M src/runtime.cc View 9 chunks +19 lines, -20 lines 0 comments Download
A + test/mjsunit/regress/regress-getdataproperty-const.js View 1 chunk +4 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 2 months ago (2013-10-11 14:04:02 UTC) #1
Yang
On 2013/10/11 14:04:02, Yang wrote: ping
7 years, 2 months ago (2013-10-23 10:42:40 UTC) #2
Michael Starzinger
7 years, 2 months ago (2013-10-23 11:01:52 UTC) #3
Unfortunately not LGTM.

https://codereview.chromium.org/27000006/diff/1/src/property.h
File src/property.h (right):

https://codereview.chromium.org/27000006/diff/1/src/property.h#newcode466
src/property.h:466: Object* GetValue() {
This method has several call-sites in unhandlified code (e.g. look for callers
of GetCallbackObject). This unfortunately means that this handlification is
currently invalid as it potentially leaves stale pointers.

Powered by Google App Engine
This is Rietveld 408576698