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

Issue 132063: Allow functions to have custom construct stubs that are called... (Closed)

Created:
11 years, 6 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Allow functions to have custom construct stubs that are called when the function is instantiated. Committed: http://code.google.com/p/v8/source/detail?r=2222

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -46 lines) Patch
M src/arm/builtins-arm.cc View 2 chunks +18 lines, -10 lines 0 comments Download
M src/builtins.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +19 lines, -10 lines 0 comments Download
M src/objects.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +40 lines, -24 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 6 months ago (2009-06-19 07:00:15 UTC) #1
Mads Ager (chromium)
11 years, 6 months ago (2009-06-19 07:16:47 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698