aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-2/+6
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-121-57/+57
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-59/+59
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-251-59/+59
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-091-6/+0
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-7/+1
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+1
* Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-7/+8
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-0/+14
|\
| * QML: Fill QtObject lazily.Erik Verbruggen2016-05-111-0/+14
* | Add Qt.callLater() function.Michael Brasser2016-03-081-0/+2
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove dead fwd-dclFrank Meerkoetter2015-12-151-1/+0
* Add extension API to QJSEngineMitch Curtis2015-09-251-1/+2
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Add Qt.hsva() functionSean Harmer2015-02-181-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+1
* Redirect console.info to new QtInfoMsgKai Koehne2015-01-151-0/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-4/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-0/+2
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-1/+1
* Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-081-17/+24
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-10/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2
* Convert constructors for builtin functionsLars Knoll2014-07-221-4/+6
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-2/+2
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-221-8/+22
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-0/+3
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-2/+17
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-53/+53
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-53/+53
* Fix compilation with namespaced QtSimon Hausmann2013-06-261-2/+2
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-0/+1
* Fix crashes in some worker threads auto testsSimon Hausmann2013-05-281-1/+2