summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix scope for functions created through bind()Lars Knoll2013-04-061-1/+1
* Move arguments out of ExecutionContext and into CallContextLars Knoll2013-04-0533-286/+274
* Move activation out of ExecutionContextLars Knoll2013-04-054-86/+113
* Don't create new Objects in the current scopeLars Knoll2013-04-051-1/+1
* Move function pointer from ExecutionContext to CallContextLars Knoll2013-04-056-40/+29
* Remove unused methodsLars Knoll2013-04-052-38/+0
* Move locals from ExecutionContext to CallContextLars Knoll2013-04-055-34/+54
* Split out the Context for With/Catch into their own classesLars Knoll2013-04-056-197/+225
* Introduce different context typesLars Knoll2013-04-053-38/+56
* Clean up the property lookup codeLars Knoll2013-04-053-87/+69
* Create some execution contexts on the stack againLars Knoll2013-04-045-2/+39
* Remove stray backslashSimon Hausmann2013-04-041-1/+1
* Don't include internal headers in qv4v8.hLars Knoll2013-04-031-2/+0
* Speed up Context creation and handlingLars Knoll2013-04-037-132/+101
* Some further fixes to the v8 APILars Knoll2013-04-024-8/+21
* Implement v8::StackFrame and v8::StackTraceLars Knoll2013-04-022-18/+47
* Speed up regexp creation through cachingSimon Hausmann2013-04-015-4/+75
* Changed RegExp to be garbage collected instead of reference countedSimon Hausmann2013-04-017-14/+103
* Fix license headersSimon Hausmann2013-04-019-9/+117
* Fix memory allocation of executable codeSimon Hausmann2013-04-019-27/+371
* Fix ch12/12.2/12.2.1/12.2.1-21-sSimon Hausmann2013-03-231-7/+12
* Implement fast argument lookups also for outter scopesSimon Hausmann2013-03-235-15/+13
* Fix regression from commit 96ef0e4010b1be01a7b89c136ae9c518eb8492dbSimon Hausmann2013-03-231-3/+5
* Fix identifier lookups when mixing variables and argumentsSimon Hausmann2013-03-214-14/+15
* Improve readability of disassemblySimon Hausmann2013-03-211-2/+16
* Fix shadowing of arguments through local variablesSimon Hausmann2013-03-212-0/+7
* Fix random crashes in leaf functionsSimon Hausmann2013-03-211-0/+4
* Move V4 IR into its own V4IR namespace to avoid clash with QtDeclarativeTor Arne Vestbø2013-03-2117-1049/+1049
* Pop stack instead of pushing in platformLeaveStandardStackFrame on ARMTor Arne Vestbø2013-03-211-4/+4
* v8 api: Correctly set up the prototype property for constructorsLars Knoll2013-03-211-4/+5
* Fix crash with v8-bench.jsSimon Hausmann2013-03-213-2/+14
* Fix module operation to conform to IEEE 754 arithmic.Erik Verbruggen2013-03-201-2/+5
* Distinguish better between a FunctionDecl and a FunctionExpr.Erik Verbruggen2013-03-201-0/+5
* Fix Number.prototype.toFixed.Erik Verbruggen2013-03-201-1/+3
* Fix a edge case in String.lastIndexOf.Erik Verbruggen2013-03-201-0/+2
* Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-184-11/+33
* Fix function declaration best-practice check.Erik Verbruggen2013-03-181-27/+41
* Build fixes for Windows.Erik Verbruggen2013-03-182-1/+13
* Moved TemporaryAssignment into its own header.Erik Verbruggen2013-03-183-24/+80
* Handle best-practice conditional function declaration.Erik Verbruggen2013-03-181-1/+88
* Fix initialization of call contextsLars Knoll2013-03-151-20/+26
* rename qmljs_math to qv4mathLars Knoll2013-03-143-2/+2
* Rename qmljs_runtime to qv4runtimeLars Knoll2013-03-1417-17/+17
* Rename qmljs_value.* to qv4value.*Lars Knoll2013-03-1411-10/+10
* Make ExecutionContext garbage collectedLars Knoll2013-03-143-30/+86
* Some more optimisations to the memory managerLars Knoll2013-03-142-31/+33
* Remove the parent pointer from ExecutionContextLars Knoll2013-03-147-46/+95
* Move all context management methods into the ExecutionEngineLars Knoll2013-03-147-65/+56
* Rename qmljs_engine.* to qv4engine.*Lars Knoll2013-03-1415-15/+15
* Rename qmljs_environment.* to qv4context.*Lars Knoll2013-03-1411-11/+11