aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4
Commit message (Expand)AuthorAgeFilesLines
* 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-017-7/+345
* 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
* Optimise put and defineOwnProperty a bitLars Knoll2013-03-141-4/+20
* Remove unused methodLars Knoll2013-03-142-19/+0
* Remove unused variableLars Knoll2013-03-141-2/+1
* Implement another method in the v8 APILars Knoll2013-03-131-2/+13
* Message is refcountedLars Knoll2013-03-131-0/+1
* Catch some more exceptions in the v8 APILars Knoll2013-03-131-10/+27
* Remove some debug outputLars Knoll2013-03-131-4/+0
* Cleanup and unify context creationLars Knoll2013-03-135-65/+49
* Pass the current context to evalCallLars Knoll2013-03-131-1/+1
* Fix a few warningsTor Arne Vestbø2013-03-131-2/+6
* Be conservative and assume that functions need activationLars Knoll2013-03-131-1/+1