src/Palete/Javascript.vala
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:52:45 +0000 (18:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:52:45 +0000 (18:52 +0800)
tests/JsCoreExecTest.vala.c
tests/Javascript.vala.c

src/Palete/Javascript.vala

index dd18690..b0a9e33 100644 (file)
@@ -173,15 +173,15 @@ namespace Palete {
                        }
                        
                 
-                        //var res = jscore_object_call_as_function(
-                       //      ctx, oval, othis, js_data, out exd
-                       //      );
+                        var res = jscore_object_call_as_function(
+                               ctx, oval, othis, js_data, out exd
+                               );
                     // this will never work, as we can not create arrays of Values - due to no 
                     // free function being available..
                         //var args =  new JSCore.Value[1] ;
                         //args[0] = new JSCore.Value.string(ctx,json_args) ;
                         
-                        unowned JSCore.Value res = oval.call_as_function(ctx, othis, null, out exd);
+                        //unowned JSCore.Value res = oval.call_as_function(ctx, othis, null, out exd);
                        // extract the text value from res...
                         JSCore.String  sv = res.to_string_copy ( ctx,  out  exe);
                         var length = sv.get_maximum_utf8_c_string_size();