aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4numberobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Number: Improve ES6 compatibilityRobin Burchell2017-02-141-3/+53
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-75/+85
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\
| * Clean up some duplicated methodsLars Knoll2016-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-2/+2
|\|
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* | V4: Use QLocale::IncludeTrailingZeroesAfterDot for number conversionUlf Hermann2016-09-161-20/+4
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-2/+20
|\
| * V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-5/+4
* | Add some ECMAScript 6 Number and Math methods and propertiesKai Uwe Broulik2016-04-281-0/+23
|/
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-3/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-1/+1
* Remove libdouble-conversionUlf Hermann2015-11-231-21/+25
* 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