jscript: Fixed Global functions lengths.
diff --git a/dlls/jscript/activex.c b/dlls/jscript/activex.c
index cb94d4e..60e33e0 100644
--- a/dlls/jscript/activex.c
+++ b/dlls/jscript/activex.c
@@ -192,7 +192,8 @@
     if(FAILED(hres))
         return hres;
 
-    hres = create_builtin_function(ctx, ActiveXObject_value, ActiveXObjectW, NULL, PROPF_CONSTR, prototype, ret);
+    hres = create_builtin_function(ctx, ActiveXObject_value, ActiveXObjectW, NULL,
+            PROPF_CONSTR|1, prototype, ret);
 
     jsdisp_release(prototype);
     return hres;