aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4globalobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* Simplify & speed up function callingLars Knoll2013-11-091-10/+10
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-8/+8
* Protect write accesses to objectsLars Knoll2013-10-291-0/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-4/+7
* Properly propagate parse errorsLars Knoll2013-10-291-0/+2
* Speed up exception propagationSimon Hausmann2013-10-161-21/+25
* Fix some more issues with exact GCLars Knoll2013-10-151-1/+1
* Remove some unused flags from ManagedLars Knoll2013-10-121-1/+0
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* Fix API for evalCall()Lars Knoll2013-09-281-6/+6
* Remove Value::fromString()Lars Knoll2013-09-281-8/+8
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-8/+20
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Clean up QV4::ExecutionContextLars Knoll2013-09-281-8/+0
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-19/+19
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-19/+26
* Fix regression with isNaN and isInfLars Knoll2013-09-181-2/+2
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-37/+37
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-6/+6
* Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-181-1/+2
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+6
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* Add a SimpleScriptFunction classLars Knoll2013-09-021-1/+1
* Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-0/+13
* Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+652