aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4numberobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-7/+3
|\
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-281-7/+3
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* | More cleanupsLars Knoll2015-04-211-2/+2
* | Get rid of asNumberObjectLars Knoll2015-04-211-2/+2
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-3/+9
|\
| * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-5/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Store a double in NumberObjectLars Knoll2015-01-231-4/+3
* | CleanupsLars Knoll2015-01-231-16/+16
* | 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
* | Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-15/+17
* | Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-2/+2
* | Move more Data objects into the Heap namespaceLars Knoll2014-11-091-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-6/+6
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+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-28/+28
* 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
* Fix Number.toExponential with parameterSimon Hausmann2014-05-211-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-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-6/+6
* Optimise string additionsLars Knoll2013-11-051-1/+1
* Protect write accesses to objectsLars Knoll2013-10-291-2/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-9/+17
* Smaller cleanupsLars Knoll2013-10-111-0/+1
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-10/+19
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-9/+11
* Remove Value::fromString()Lars Knoll2013-09-281-6/+6
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-8/+9
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-9/+9
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-12/+12
* 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-15/+15