aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-130/+130
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-22/+22
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-0/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-14/+14
|\
| * Doc: Fix some broken linksSze Howe Koh2013-05-201-6/+6
| * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-5/+5
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-2/+2
| * Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-2/+2
* | Remove the context argument from Managed::callLars Knoll2013-06-221-2/+2
* | Fix tst_qqmlecmascript::functionAssignment_afterBindingSimon Hausmann2013-06-181-5/+34
* | Fix the console autotestsLars Knoll2013-06-171-6/+18
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-6/+7
* | Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-34/+34
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-2/+5
* | Port QObject bindings to use new castSimon Hausmann2013-06-021-1/+1