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

Issue 192883005: Fix issue with getOwnPropertySymbols and hidden properties (Closed)

Created:
6 years, 9 months ago by arv (Not doing code reviews)
Modified:
6 years, 9 months ago
Reviewers:
rossberg, Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix issue with getOwnPropertySymbols and hidden properties When getting the symbols of an object we need to ignore the hidden properties of the prototype object since the hidden properties are represented by a single string key and we will not include that hidden string in the found names. BUG=350864 LOG=Y R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19813

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -15 lines) Patch
M src/runtime.cc View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-350864.js View 1 chunk +8 lines, -14 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
arv (Not doing code reviews)
6 years, 9 months ago (2014-03-10 20:34:45 UTC) #1
rossberg
lgtm
6 years, 9 months ago (2014-03-11 12:18:46 UTC) #2
rossberg
6 years, 9 months ago (2014-03-11 16:46:43 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19813 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698