Most statements don't return a value
authorLars Knoll <lars.knoll@digia.com>
Mon, 28 Jan 2013 09:40:30 +0000 (10:40 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 28 Jan 2013 12:32:48 +0000 (13:32 +0100)
commit3bee6a7b2b18916e90d37e2e26b81a1047ed147f
tree638c751a95b039176f90dc4a6851c3362acdc476
parent9ad7428fe683b2ccc729f77dc541e6ac20d50829
Most statements don't return a value

In eval mode, we need to write the result of statements
into the return value. But most statements don't return
a value, so the statement shouldn't write a return value.

Change-Id: I9ce24fe6689bd2bb2aee6241ca84a25f9a266f5c
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4codegen.cpp