| Index: include/v8-debug.h
|
| diff --git a/include/v8-debug.h b/include/v8-debug.h
|
| index 345d331a12f95132b76199ae9a5ed3e15ff02e34..3c5c923b3d580971fe7e6f266fea0d86735428a1 100644
|
| --- a/include/v8-debug.h
|
| +++ b/include/v8-debug.h
|
| @@ -228,9 +228,14 @@ class EXPORT Debug {
|
| * }
|
| * \endcode
|
| */
|
| - static Handle<Value> Call(v8::Handle<v8::Function> fun,
|
| + static Local<Value> Call(v8::Handle<v8::Function> fun,
|
| Handle<Value> data = Handle<Value>());
|
|
|
| + /**
|
| + * Returns a mirror object for the given object.
|
| + */
|
| + static Local<Value> GetMirror(v8::Handle<v8::Value> obj);
|
| +
|
| /**
|
| * Enable the V8 builtin debug agent. The debugger agent will listen on the
|
| * supplied TCP/IP port for remote debugger connection.
|
|
|