aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for line numbers in stack traces (Linux/Mac OS X only at this point)Simon Hausmann2013-05-2717-86/+313
* Convert builtin methods from v8 to v4Lars Knoll2013-05-275-782/+888
* Initialize vmFunction.Erik Verbruggen2013-05-271-2/+4
* Remove template argument from MemberAccessorGetterSetter classLars Knoll2013-05-267-77/+96
* Small cleanupLars Knoll2013-05-264-23/+3
* Remove some unused codeLars Knoll2013-05-262-14/+0
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-246-53/+57
* Port method closures over to V4Simon Hausmann2013-05-244-131/+115
* Cleanup: Get rid of special toString and destroy handling in QObject bindingsSimon Hausmann2013-05-242-90/+2
* Port Qt.include() over to v4Lars Knoll2013-05-247-74/+74
* Fixup list model serializationLars Knoll2013-05-242-0/+23
* Fixed struct/class friend decl.Erik Verbruggen2013-05-241-1/+1
* Add symbolification for MacOS.Erik Verbruggen2013-05-241-4/+22
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-2418-125/+66
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-242-1/+34
* Get rid of some v8 based codeLars Knoll2013-05-247-41/+41
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-2415-387/+30
* Remove QV8Bindings classLars Knoll2013-05-2414-734/+10
* Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-248-198/+159
* Fix QObject ownershipSimon Hausmann2013-05-248-20/+155
* Fix some leftovers from the last v4 removal patchLars Knoll2013-05-242-15/+1
* Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-2310-399/+278
* Remove all references to the old v4 codeLars Knoll2013-05-2310-179/+5
* Add some null pointer checks to v4::ScriptLars Knoll2013-05-232-5/+9
* Fix failing assertion in tst_qqmlecmascript::singletonTypeSimon Hausmann2013-05-231-0/+3
* Fix crash in tst_qqmlecmascript::qtbug_22843()Simon Hausmann2013-05-231-2/+4
* Fix failing assertion in QObject bindings when catching exceptionSimon Hausmann2013-05-231-0/+1
* Fix another failing assertion when running qqmlecmascript testsSimon Hausmann2013-05-231-11/+9
* Compile fixes for clang.Erik Verbruggen2013-05-231-4/+4
* Fix crash in Engine::currentStackFrame()Simon Hausmann2013-05-221-3/+3
* Various fixesLars Knoll2013-05-223-9/+33
* Remove QV8Engine::scriptValueFromInternalLars Knoll2013-05-225-11/+7
* Move evaluateScript into QV4::ScriptLars Knoll2013-05-225-31/+23
* Local initialization is now done in codegenLars Knoll2013-05-221-2/+0
* Remove v8::Script and related classesLars Knoll2013-05-224-256/+8
* Remove now unused QV8Engine::qmlModeCompile methodsLars Knoll2013-05-222-44/+0
* Local initialisation is now done in codegen.Erik Verbruggen2013-05-222-2/+1
* Terminate for-condition-blocks when they are empty.Erik Verbruggen2013-05-221-2/+8
* Make sure that case-blocks in a switch are terminated.Erik Verbruggen2013-05-221-0/+16
* Cleanup: It's QQmlV4Function and so the flag should also be called V4Function...Simon Hausmann2013-05-223-6/+6
* Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-2213-150/+122
* Add a QV4::Script classLars Knoll2013-05-2212-165/+340
* Fix memory corruptionLars Knoll2013-05-221-0/+1
* Fix build on WindowsSimon Hausmann2013-05-2210-16/+19
* Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-228-288/+109
* Build fix for testsSimon Hausmann2013-05-221-0/+2
* Add correct filename and line number info to v8::StackFrameLars Knoll2013-05-221-3/+3
* Remove v8 dependencies in qhashedstringLars Knoll2013-05-2222-348/+109
* Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-226-102/+38
* Fix running through all tst_qqmlecmascript testsSimon Hausmann2013-05-214-11/+26