aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-8/+9
* QV4Include doesn't need a contextdataLars Knoll2015-09-081-5/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-4/+4
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-5/+5
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* Reduce v8engine dependency in qv4includeLars Knoll2015-01-021-5/+4
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-10/+10
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-4/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-8/+16
|\
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* | Get rid of StringRefLars Knoll2014-07-221-10/+10
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-17/+16
|/
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-2/+2
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-9/+9
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-7/+5
* Properly propagate parse errorsLars Knoll2013-10-291-8/+10
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-8/+6
* Fix a few more uses of ValueLars Knoll2013-09-281-13/+16
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-9/+9
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-4/+4
* Fix Persistent/WeakValue APILars Knoll2013-09-261-11/+13
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-13/+15
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-4/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-4/+4
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-6/+10
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-2/+4
* Restructure source codeLars Knoll2013-08-081-0/+232