Index: src/execution.h |
=================================================================== |
--- src/execution.h (revision 2013) |
+++ src/execution.h (working copy) |
@@ -129,6 +129,10 @@ |
// Get a function delegate (or undefined) for the given non-function |
// object. Used for support calling objects as functions. |
static Handle<Object> GetFunctionDelegate(Handle<Object> object); |
+ |
+ // Get a function delegate (or undefined) for the given non-function |
+ // object. Used for support calling objects as constructors. |
+ static Handle<Object> GetConstructorDelegate(Handle<Object> object); |
}; |