summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on Mac with clang.Erik Verbruggen2013-01-312-2/+3
* Cleanup namespaces.Jędrzej Nowacki2013-01-3130-19/+132
* V8 benchmark suiteLars Knoll2013-01-311-0/+11591
* Don't link v4 against QtGuiSimon Hausmann2013-01-311-0/+1
* Minor improvements to Context creationLars Knoll2013-01-315-42/+46
* Convert Math functions to contextless formLars Knoll2013-01-312-55/+64
* Make things more compliant with a regular Qt moduleLars Knoll2013-01-318-23/+25
* Remove some unused methodsLars Knoll2013-01-304-65/+4
* Inline some code for property lookupsLars Knoll2013-01-301-7/+30
* Make sure we compare identifiersLars Knoll2013-01-301-0/+5
* Convert a few more builtins into versions that don't need a contextLars Knoll2013-01-306-11/+11
* Add an identifier cacheLars Knoll2013-01-3021-77/+229
* Don't ignore the v4 subdirLars Knoll2013-01-301-1/+1
* Add subtypes to StringLars Knoll2013-01-303-36/+36
* Move string hash and error type fieldsLars Knoll2013-01-305-17/+22
* Optimise decode/encodeURILars Knoll2013-01-301-13/+43
* Fix compilation on 64bitLars Knoll2013-01-301-1/+2
* Build fixup, QT_BEGIN_HEADER was removed.Jędrzej Nowacki2013-01-302-8/+0
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-30219-62/+183
* Fix a bug with Unicode surrogates in decodeURILars Knoll2013-01-302-6/+2
* Allocate larger chunks if we use lots of memoryLars Knoll2013-01-301-1/+7
* Use faster calling path for more builtin methodsLars Knoll2013-01-306-56/+57
* Optimise callProperty for Strings.Lars Knoll2013-01-301-6/+11
* Add a faster code path for calling builtin methodsLars Knoll2013-01-308-72/+121
* Remove the virtual Object::className()Lars Knoll2013-01-2914-22/+108
* Remove Object::call()Lars Knoll2013-01-293-14/+6
* Allocate execution context and local variables in one chunkLars Knoll2013-01-295-14/+20
* Don't copy formals and locals from VM::Function to FunctionObjectLars Knoll2013-01-295-29/+16
* Garbage collection for StringsLars Knoll2013-01-2925-189/+279
* Split CallBuitin variants into separate instructions.Erik Verbruggen2013-01-293-70/+77
* "Fix" llvm build by adding empty definitions for missing methods.Erik Verbruggen2013-01-292-0/+72
* Change TEMP handling in the interpreter.Erik Verbruggen2013-01-298-409/+444
* Fix build on ia32Simon Hausmann2013-01-281-1/+1
* Properly working post increment/decrement operatorsLars Knoll2013-01-2814-26/+465
* Smaller cleanupLars Knoll2013-01-281-1/+1
* new eval() should throw a type errorLars Knoll2013-01-283-1/+8
* Add a mechanism to protect managed objects from deletionLars Knoll2013-01-282-11/+29
* Set the prototype for FunctionObject in it's constructorLars Knoll2013-01-284-23/+17
* Most statements don't return a valueLars Knoll2013-01-281-5/+7
* Properly set the length of the eval functionLars Knoll2013-01-281-0/+1
* Fix call expressions with a subscriptLars Knoll2013-01-2812-10/+70
* Fix constness of Value::toXXX functions.Jędrzej Nowacki2013-01-282-4/+4
* Number/Boolean.prototype.toString() also accept matching primitive valuesLars Knoll2013-01-282-10/+20
* The function prototype has a length propertyLars Knoll2013-01-281-0/+2
* test function names for eval or arguments in strict modeLars Knoll2013-01-282-12/+4
* Fix a bug in the evaluation of &&Lars Knoll2013-01-272-11/+2
* Fix empty return statement in evalSimon Hausmann2013-01-252-2/+1
* Fix remaining issues with the delete operatorSimon Hausmann2013-01-253-4/+19
* Fix more tests with the delete operatorSimon Hausmann2013-01-252-14/+22
* Suppress a linker warning for unused flag.Erik Verbruggen2013-01-251-1/+1