aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Convert more methods in QV8EngineLars Knoll2013-09-261-4/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-7/+7
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-4/+3
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-14/+19
* Fix API of QQmlV4HandleLars Knoll2013-09-261-11/+4
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-5/+8
* Don't access out of bounds argumentsLars Knoll2013-09-181-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-2/+2
* Move the JS Api into it's own folderLars Knoll2013-08-081-2/+0
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-2/+3
* Remove some unused code and forward declarationsLars Knoll2013-06-281-1/+0
* Fix crashes with MSVC on x86Simon Hausmann2013-06-261-1/+0
* Remove some more v8 leftoversLars Knoll2013-06-121-26/+2
* Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-16/+1
* Remove unused code from QV8EngineSimon Hausmann2013-06-071-2/+0
* Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-1/+1
* Get rid of QV8QObjectWrapperSimon Hausmann2013-06-071-4/+0
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-23/+0
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-1/+2
* Fold the qv4jsonwrapper into the json objectLars Knoll2013-06-031-9/+0
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-6/+0
* Get rid of QV8Engine::isQObject and QV8QObjectWrapper::isQObjectSimon Hausmann2013-06-031-6/+0
* Get rid of the QV4FUNCTION macro in qv8engine_p.hLars Knoll2013-06-031-2/+0
* Convert qqmlcomponent to use v4 APILars Knoll2013-06-011-1/+1
* Clean up more stuff in qv8engineLars Knoll2013-05-311-30/+0
* Remove some unused codeLars Knoll2013-05-311-35/+0
* Port the list wrapper over to v4Lars Knoll2013-05-311-3/+0
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-27/+4
* Cleanup the context wrapper codeLars Knoll2013-05-301-11/+0
* Port the type wrapper over to v4Lars Knoll2013-05-301-3/+0
* Convert builtin methods from v8 to v4Lars Knoll2013-05-271-9/+0
* Remove template argument from MemberAccessorGetterSetter classLars Knoll2013-05-261-1/+1
* Port method closures over to V4Simon Hausmann2013-05-241-3/+4
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-10/+2
* Fix QObject ownershipSimon Hausmann2013-05-241-1/+1
* Remove QV8Engine::scriptValueFromInternalLars Knoll2013-05-221-2/+0
* Move evaluateScript into QV4::ScriptLars Knoll2013-05-221-4/+0
* Remove now unused QV8Engine::qmlModeCompile methodsLars Knoll2013-05-221-8/+0
* Fix build on WindowsSimon Hausmann2013-05-221-1/+1
* Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-11/+0
* Finalize sequence wrappingSimon Hausmann2013-05-211-4/+2
* Port the rest of the sequence types to V4Simon Hausmann2013-05-211-1/+1
* Smaller cleanups in qv8engineLars Knoll2013-05-181-7/+0
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-4/+2
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-20/+21
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-22/+7