aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove v8engine dependency in the builtin functionsLars Knoll2015-01-081-4/+4
* | Remove v8engine dependency from qqmllocaleLars Knoll2015-01-081-2/+1
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-3/+1
* | Remove v8engine usage in the value type providerLars Knoll2015-01-081-4/+4
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-28/+17
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-18/+10
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-8/+8
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* | Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+4
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-1/+3
* | Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-081-55/+55
* | 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-3/+3
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-11/+11
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert constructors for builtin functionsLars Knoll2014-07-221-69/+69
* Get rid of StringRefLars Knoll2014-07-221-8/+8
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-238/+238
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-1/+1
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-221-13/+11
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-131-7/+26
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-2/+3
* Doc: Polish property binding explanationsSze Howe Koh2014-05-161-10/+8
* Remove V8 profiler serviceUlf Hermann2014-05-091-1/+0
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-28/+25
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+1
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-131-22/+6
* Rename V8 profiler classes to V4Ulf Hermann2014-01-231-3/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-5/+5
* Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-151-1/+3
* Doc: Fix broken linksSze Howe Koh2013-12-301-2/+2
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* Simplify & speed up function callingLars Knoll2013-11-091-53/+53
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-9/+9
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-13/+11