aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mathobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-3/+2
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-32/+32
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-24/+24
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Move more Data objects into the Heap namespaceLars Knoll2014-11-091-19/+19
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-31/+31
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-24/+24
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-5/+5
* Simplify & speed up function callingLars Knoll2013-11-091-18/+18
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-2/+2
* Seed Math.random in v4Frederik Gladhorn2013-10-291-1/+10
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-8/+8
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-24/+24
* Cleanup Object::define*Property APILars Knoll2013-09-221-29/+29
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-63/+63
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+311