aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectproto.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-4/+4
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-3/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-3/+3
* Continue conversion to using scoped valuesLars Knoll2013-09-111-3/+3
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-6/+6
* Move CallData onto the JS stackLars Knoll2013-09-111-3/+4
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-18/+9
* change calling convention for JS function callsLars Knoll2013-09-021-7/+9
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-291-1/+0
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-0/+2
* Restructure source codeLars Knoll2013-08-081-0/+624