aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix crashes when running tst_qqmlecmascript with MM_AGGRESSIVE_GCSimon Hausmann2013-05-311-3/+0
* | Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-2/+6
* | Remove the remaining v8 usage in qqmlbuiltinfunctionsLars Knoll2013-05-311-19/+17
* | Fix crashes in some worker threads auto testsSimon Hausmann2013-05-281-4/+2
* | Fix uninitialized reads during GCSimon Hausmann2013-05-281-0/+3
* | Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-8/+7
* | Convert builtin methods from v8 to v4Lars Knoll2013-05-271-581/+795
* | Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-4/+6
* | Fix another failing assertion when running qqmlecmascript testsSimon Hausmann2013-05-231-11/+9
* | Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-76/+42
* | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-221-37/+34
* | Fix running through all tst_qqmlecmascript testsSimon Hausmann2013-05-211-2/+3
* | Get rid of v8::BooleanLars Knoll2013-05-211-2/+2
* | Get rid of v8::NumberLars Knoll2013-05-211-38/+38
* | Get rid of v8::IntegerLars Knoll2013-05-211-2/+2
* | Remove half the v8::TryCatch statementsLars Knoll2013-05-211-24/+2
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
* | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-119/+121
* | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-10/+10
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-16/+16
* | Get rid of v8::LocalLars Knoll2013-05-061-13/+13
* | Remove v8::HandleScopeLars Knoll2013-05-031-2/+0
* | Get rid of qjsconverter*Lars Knoll2013-05-021-1/+0
* | Convert qjsconverter to v4 based APILars Knoll2013-05-011-2/+2
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-14/+14
* | Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-291-3/+3
* | Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-1/+1
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-23/+23