aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4booleanobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-1/+1
* Ensure our builtin constructors are subclassableLars Knoll2018-11-221-2/+10
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Fix length properties of global constructorsLars Knoll2018-06-251-1/+1
* Convert methods of BooleanObject to new calling conventionLars Knoll2017-11-131-17/+26
* Change signature for call/callAsConstructorLars Knoll2017-11-071-4/+4
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-10/+9
* Change function signatures for call/construct backLars Knoll2017-08-041-4/+4
* QV4BooleanObject: Avoid GC'd allocations when calling toString()Robin Burchell2017-05-031-1/+1
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-12/+14
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-5/+4
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* More cleanupsLars Knoll2015-04-211-3/+3
* Cleanup some of the casting codeLars Knoll2015-03-201-2/+2
* Reduce dependenciesLars Knoll2015-03-201-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-12/+9
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-2/+2
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-7/+7
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-2/+2
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* 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