Destructuring declaration should not produce value (#6330)
Without this we had problem when we are producing returns from the global function when
they are marked as fscrReturnExpression, like in eval case
Fixed this in MustProduceValue function to skip that statement.
Fixes OS : 23989602