32d6aa41
by Francis De Brabandere at 2026-05-07T15:32:25-04:00
vbscript: Coerce VT_EMPTY operands before Var* calls.
Native VBScript sees Empty as VT_I4 in And/Or/Xor/Eqv/Imp/Not and as
VT_I2 in Mod/IDiv/Div. Pre-coerce in the interp_* handlers so result
types match, dividing-by-Empty raises 11, and VarMod's shortcut is bypassed.