aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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