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

Issue 346029: Support for function calls on an arbitrary expression that returns... (Closed)

Created:
11 years, 1 month ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Support for function calls on an arbitrary expression that returns a function in the top-level compiler. e.g. function f() { return (function() { return true; }) } f()() Committed: http://code.google.com/p/v8/source/detail?r=3196

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -20 lines) Patch
M src/arm/fast-codegen-arm.cc View 3 chunks +19 lines, -6 lines 0 comments Download
M src/compiler.cc View 2 chunks +13 lines, -1 line 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 2 chunks +21 lines, -7 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 2 chunks +18 lines, -6 lines 0 comments Download
M test/mjsunit/compiler/function-call.js View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
11 years, 1 month ago (2009-11-02 11:54:51 UTC) #1
Kevin Millikin (Chromium)
11 years, 1 month ago (2009-11-02 11:59:51 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698