aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
Commit message (Expand)AuthorAgeFilesLines
* Speed up instanceof operationsLars Knoll2018-09-271-0/+5
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-1/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-2/+6
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-2/+6
* | Add a feature for QML locale supportUlf Hermann2018-02-151-0/+2
|/
* 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