Andrew Talbot andrew.talbot@talbotville.com writes:
@@ -4037,6 +4037,7 @@ static HRESULT RegExpConstr_leftContext(script_ctx_t *ctx, vdisp_t *jsthis, WORD
V_VT(retv) = VT_BSTR; V_BSTR(retv) = ret;
} case DISPATCH_PROPERTYPUT: return S_OK;/* fall through */
I don't think that PROPERTYGET is supposed to fall through to PROPERTYPUT.