aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mathobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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