Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeworkerscript / data / script_error_onCall.js
1 WorkerScript.onMessage = function(msg) {
2     var a = 123
3     var b = 345
4     var f = getData()
5 }
6