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

Issue 23561007: add uncached Function::New (Closed)

Created:
7 years, 3 months ago by dcarney
Modified:
7 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev, yhirano
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : comments #

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

Messages

Total messages: 5 (0 generated)
dcarney
7 years, 3 months ago (2013-09-06 14:06:22 UTC) #1
Michael Starzinger
LGTM with nits. https://codereview.chromium.org/23561007/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/23561007/diff/1/include/v8.h#newcode2372 include/v8.h:2372: // Create a function in the ...
7 years, 3 months ago (2013-09-06 14:41:50 UTC) #2
yhirano
Thank you very much. https://chromiumcodereview.appspot.com/23561007/diff/1/src/apinatives.js File src/apinatives.js (right): https://chromiumcodereview.appspot.com/23561007/diff/1/src/apinatives.js#newcode40 src/apinatives.js:40: var kApiFunctionCache = new InternalArray(); ...
7 years, 3 months ago (2013-09-06 15:39:12 UTC) #3
dcarney
https://chromiumcodereview.appspot.com/23561007/diff/1/src/apinatives.js File src/apinatives.js (right): https://chromiumcodereview.appspot.com/23561007/diff/1/src/apinatives.js#newcode40 src/apinatives.js:40: var kApiFunctionCache = new InternalArray(); On 2013/09/06 15:39:12, yhirano ...
7 years, 3 months ago (2013-09-06 17:59:49 UTC) #4
dcarney
7 years, 3 months ago (2013-09-09 07:08:48 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698