aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Protect a few constructors against self destructionLars Knoll2013-10-111-0/+4
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-6/+12
* Don't print garbage or crash when using console.logJan Arve Saether2013-10-031-8/+17
* Change exception handling APISimon Hausmann2013-10-021-8/+8
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-6/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-25/+27
* Fix API for Object::define*PropertyLars Knoll2013-09-281-5/+5
* Remove Value::fromString()Lars Knoll2013-09-281-13/+13
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-5/+5
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-172/+172
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-251-1/+1
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-9/+14
* Cleanup Object::define*Property APILars Knoll2013-09-221-62/+62
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-18/+5
* Further work towards an exact GCLars Knoll2013-09-221-3/+4
* Convert some methods to use Returned<>Lars Knoll2013-09-181-10/+13
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-26/+26