aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+0
* Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* Remove unused typedefLars Knoll2015-06-151-2/+0
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-20/+0
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-11/+12
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-4/+4
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-3/+0
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-8/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-7/+7
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+0
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-201-1/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-15/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove unused methodLars Knoll2014-07-221-2/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* 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