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

Issue 364923006: add GetOwnPropertyDescriptor to api (Closed)

Created:
6 years, 5 months ago by dcarney
Modified:
6 years, 5 months ago
Reviewers:
aandrey, Toon Verwaest
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

add GetOwnPropertyDescriptor to api R=verwaest@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22190

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M include/v8.h View 1 chunk +5 lines, -0 lines 2 comments Download
M src/api.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dcarney
ptal
6 years, 5 months ago (2014-07-03 08:17:20 UTC) #1
Toon Verwaest
lgtm https://codereview.chromium.org/364923006/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/364923006/diff/1/include/v8.h#newcode2119 include/v8.h:2119: * Returns Object.GetOwnPropertyDescriptor as per ES5 section 15.2.3.3. ...
6 years, 5 months ago (2014-07-03 09:19:52 UTC) #2
haraken
Thanks Dan!
6 years, 5 months ago (2014-07-03 09:40:09 UTC) #3
dcarney
Committed patchset #1 manually as r22190 (presubmit successful).
6 years, 5 months ago (2014-07-03 10:05:14 UTC) #4
aandrey
6 years, 5 months ago (2014-07-13 12:54:54 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/364923006/diff/1/include/v8.h
File include/v8.h (right):

https://codereview.chromium.org/364923006/diff/1/include/v8.h#newcode2121
include/v8.h:2121: Local<Value> GetOwnPropertyDescriptor(Local<String> key);
why not support Symbols as well?

Powered by Google App Engine
This is Rietveld 408576698