aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-615/+0
* Remove context argument from most binopsLars Knoll2013-08-071-1/+1
* Fix crashes when GC triggers inside allocation inside initCallContextSimon Hausmann2013-06-281-7/+16
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Remove context argument from String::makeIdentifier()Lars Knoll2013-06-221-3/+3
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-3/+3
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-9/+9
* Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-211-3/+3
* Revert "Local initialisation is now done in codegen."Simon Hausmann2013-06-171-0/+2
* Revert "Local initialization is now done in codegen"Simon Hausmann2013-06-171-0/+2
* Implement error.fileName and error.lineNumberLars Knoll2013-06-141-0/+7
* Fix qqmlecmascript::sequenceConversionIndexesSimon Hausmann2013-06-081-21/+0
* Fix tst_qqmlecmascript::signalHandlers auto-testSimon Hausmann2013-06-031-1/+8
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-4/+3
* Local initialization is now done in codegenLars Knoll2013-05-221-2/+0
* Local initialisation is now done in codegen.Erik Verbruggen2013-05-221-2/+0
* Add a QV4::Script classLars Knoll2013-05-221-0/+25
* Eliminate last v8 dependency from QV8SequenceWrapperSimon Hausmann2013-05-211-0/+21
* Add source file and line number to QV4::ExceptionLars Knoll2013-05-211-1/+2
* Remove unused variableSimon Hausmann2013-05-151-1/+0
* Clean up context initializationSimon Hausmann2013-05-131-19/+14
* Move the QV4::Function out of qv4functionobject_p.hLars Knoll2013-05-081-0/+1
* Remove the ExecutionContext from some signatures, replace it with the engine ...Lars Knoll2013-05-021-4/+4
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-0/+572