src/vapi/javascriptcore.vapi
authorAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 09:23:45 +0000 (17:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 09:23:45 +0000 (17:23 +0800)
src/vapi/javascriptcore.vapi

index 21f6600..53cbd11 100644 (file)
@@ -430,8 +430,7 @@ namespace JSCore {
     public bool is_function (Context ctx);
 
     [CCode (cname = "JSObjectCallAsFunction", instance_pos=1.1)]
-    public unowned JSCore.Value call_as_function (Context ctx,
-                                                                  JSCore.Object function,
+    public unowned JSCore.Value call_as_function (Context ctx, 
                                                                   JSCore.Object thisObject,
                                                                   [CCode (array_length_pos=3.9, array_length_type="size_t")]
                                                                   JSCore.Value[] arguments,