DescriptionSupport 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 #
Messages
Total messages: 2 (0 generated)
|