aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mathobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-211-0/+13
* v4: add the remaining Math.log functionsShawn Rutledge2018-05-151-0/+3
* Convert Math object's methods to new calling conventionLars Knoll2017-11-131-19/+19
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-19/+19
* Convert builtins in MathObject to the new calling conventionLars Knoll2017-01-251-19/+19
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+1
* Add some ECMAScript 6 Number and Math methods and propertiesKai Uwe Broulik2016-04-281-0/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Move more Data objects into the Heap namespaceLars Knoll2014-11-091-5/+9
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-1/+4
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert objects without own dataLars 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-1/+3
* Fix some header guardsLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-18/+18
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-18/+18
* Restructure source codeLars Knoll2013-08-081-0/+78