aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
...
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+4
* Fix wrong return typeAlex Blasche2013-09-171-1/+1
* 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
* Merge branch 'stable' into devSergio Ahumada2013-09-061-3/+3
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-12/+5
* change calling convention for JS function callsLars Knoll2013-09-021-9/+11
* Export QJSValuePrivateAlex Blasche2013-08-081-1/+2
* Move the JS Api into it's own folderLars Knoll2013-08-0810-0/+2304