aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4booleanobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-111-1/+3
* Smaller cleanupsLars Knoll2013-10-111-2/+6
* Fix API for Object::define*PropertyLars Knoll2013-09-281-4/+6
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-4/+4
* 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