diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_proxy.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_proxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h index c2bb66f..a00c5f9 100644 --- a/webkit/port/bindings/v8/v8_proxy.h +++ b/webkit/port/bindings/v8/v8_proxy.h @@ -258,6 +258,11 @@ class V8Proxy { int argc, v8::Handle<v8::Value> argv[]); + // Call the function as constructor with the given arguments. + v8::Local<v8::Value> NewInstance(v8::Handle<v8::Function> constructor, + int argc, + v8::Handle<v8::Value> argv[]); + // Returns the dom constructor function for the given node type. v8::Local<v8::Function> GetConstructor(V8ClassIndex::V8WrapperType type); |