aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4booleanobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+3
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-6/+6
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+2
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* change calling convention for JS function callsLars Knoll2013-09-021-4/+4
* Restructure source codeLars Knoll2013-08-081-0/+97