aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-2/+3
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-141-19/+30
* Debugging with V4Erik Verbruggen2013-11-101-202/+614
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-091-4/+7
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+3
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-89/+192
* Remove more uses of ValueLars Knoll2013-10-021-16/+17
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-2/+2
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-4/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+7
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-5/+13
* Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-3/+5
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-4/+6
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+372