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

Issue 7229007: Add possibility to configure 'prototype' property via FunctionTemplate (Closed)

Created:
9 years, 6 months ago by Jakob Kummerow
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add possibility to configure 'prototype' property via FunctionTemplate BUG=v8:1479 TEST=test-api/SetPrototypeProperties Committed: http://code.google.com/p/v8/source/detail?r=8366

Patch Set 1 : . #

Total comments: 10

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -8 lines) Patch
M include/v8.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M src/apinatives.js View 1 1 chunk +9 lines, -1 line 0 comments Download
M src/macros.py View 1 1 chunk +7 lines, -6 lines 0 comments Download
M src/objects.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL. Is there a nicer way to write the tests, i.e. one that doesn't require ...
9 years, 6 months ago (2011-06-22 11:43:45 UTC) #1
Mads Ager (chromium)
A bit of renaming is needed, but other than that it looks good. API tests ...
9 years, 6 months ago (2011-06-22 12:13:46 UTC) #2
Jakob Kummerow
http://codereview.chromium.org/7229007/diff/2001/include/v8.h File include/v8.h (right): http://codereview.chromium.org/7229007/diff/2001/include/v8.h#newcode2147 include/v8.h:2147: * Sets the properties of the 'prototype' property of ...
9 years, 6 months ago (2011-06-22 12:36:59 UTC) #3
Mads Ager (chromium)
9 years, 6 months ago (2011-06-22 12:39:01 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698