| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Extend V4's Math object with methods new in ES6 | Edward Welbourne | 2018-06-21 | 1 | -0/+13 |
| * | v4: add the remaining Math.log functions | Shawn Rutledge | 2018-05-15 | 1 | -0/+3 |
| * | Convert Math object's methods to new calling convention | Lars Knoll | 2017-11-13 | 1 | -19/+19 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -19/+19 |
| * | Convert builtins in MathObject to the new calling convention | Lars Knoll | 2017-01-25 | 1 | -19/+19 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -1/+1 |
| * | Add some ECMAScript 6 Number and Math methods and properties | Kai Uwe Broulik | 2016-04-28 | 1 | -0/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | Convert FunctionObjects to new allocation syntax | Lars Knoll | 2015-09-22 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Move prototype back from the vtable into Object | Lars Knoll | 2014-12-11 | 1 | -1/+1 |
| * | Move more Data objects into the Heap namespace | Lars Knoll | 2014-11-09 | 1 | -5/+9 |
| * | Move Object::Data into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Fix Managed::as<>() method | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Convert more objects to the new constructor scheme | Lars Knoll | 2014-07-22 | 1 | -1/+4 |
| * | Rename V4_OBJECT_NEW back to V4_OBJECT | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Convert objects without own data | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Split ManagedVTable into two classes | Lars Knoll | 2014-01-21 | 1 | -1/+1 |
| * | Move Managed::type and some flags into the vtable | Lars Knoll | 2014-01-03 | 1 | -1/+3 |
| * | Fix some header guards | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| * | Simplify & speed up function calling | Lars Knoll | 2013-11-09 | 1 | -18/+18 |
| * | Cleanup Object::define*Property API | Lars Knoll | 2013-09-22 | 1 | -1/+1 |
| * | Convert builtin methods to return a ReturnedValue | Lars Knoll | 2013-09-18 | 1 | -18/+18 |
| * | Restructure source code | Lars Knoll | 2013-08-08 | 1 | -0/+78 |