QV8Engine: Console APIs
authorAurindam Jana <aurindam.jana@nokia.com>
Tue, 8 Nov 2011 10:39:16 +0000 (11:39 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 Nov 2011 11:59:02 +0000 (12:59 +0100)
commita7f5c93de3f9811eef3f5a19ab6dec83b997e0d6
treed2f4a6845b3793eadfa220a9d1a1632b20cd790a
parent3346a77474e1b21990b049b824d621413ab9b80f
QV8Engine: Console APIs

Modified functionality for console.log, console.debug. Added
script and line information. Added functions console.warn
and console.error.

Change-Id: Id9f4dce5658a09b00522f8e087caf8f4242f418a
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
src/declarative/qml/v8/qdeclarativebuiltinfunctions.cpp
src/declarative/qml/v8/qdeclarativebuiltinfunctions_p.h
src/declarative/qml/v8/qv8engine.cpp
tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
tests/auto/declarative/qdeclarativeqt/data/consoleLog.qml
tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp
tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp
tests/auto/declarative/qdeclarativevaluetypes/tst_qdeclarativevaluetypes.cpp