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

Issue 389353002: Remove hole handling since holes cannot occur in JSObjects anymore. (Closed)

Created:
6 years, 5 months ago by Toon Verwaest
Modified:
6 years, 5 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Remove hole handling since holes cannot occur in JSObjects anymore. The only case in which the hole can still occur, is in a pre-allocated PropertyCell in a GlobalObject. In that case it indicates that the property is absent. BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22441

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -50 lines) Patch
M src/hydrogen.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/lookup.cc View 2 chunks +2 lines, -7 lines 0 comments Download
M src/objects.cc View 9 chunks +12 lines, -25 lines 0 comments Download
M src/runtime.cc View 4 chunks +8 lines, -15 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
6 years, 5 months ago (2014-07-14 15:28:32 UTC) #1
Igor Sheludko
lgtm
6 years, 5 months ago (2014-07-16 12:44:54 UTC) #2
Toon Verwaest
6 years, 5 months ago (2014-07-17 09:06:57 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22441 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698