aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+4
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Continue conversion to using scoped valuesLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-11/+12
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-12/+5
* change calling convention for JS function callsLars Knoll2013-09-021-9/+11
* Move the JS Api into it's own folderLars Knoll2013-08-081-0/+1047