[JSCRIPT] Sync with Wine Staging 1.9.4. CORE-10912
[reactos.git] / reactos / dll / win32 / jscript / function.c
index 52481c1..9186796 100644 (file)
@@ -814,6 +814,7 @@ static HRESULT FunctionConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD fla
     TRACE("\n");
 
     switch(flags) {
+    case DISPATCH_METHOD:
     case DISPATCH_CONSTRUCT: {
         IDispatch *ret;