Don't assert when running into the JS debugger statement
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 15 Feb 2013 08:30:24 +0000 (09:30 +0100)
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>
Fri, 15 Feb 2013 08:37:14 +0000 (09:37 +0100)
commit483b9fc544a7d6e728d958d0ef29fe486012f5bd
tree0ad6b544d61b301bb49e535eef4ca33d5ed51a2e
parent2f3824a0968d7b13f5114af971878640ea53b5d3
Don't assert when running into the JS debugger statement

Instead use Q_UNIMPLEMENTED() that just prints a warning. This
really is missing functionality that in the meanwhile shouldn't cause
crashes due to failing assertions.

Change-Id: I85314d04e35af35b95dc81e9cbdd659d13f43798
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
src/v4/qv4codegen.cpp