aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4v...Simon Hausmann2013-04-15281-0/+114268
|\
| * Fix loading of this value on 32-bitSimon Hausmann2013-04-151-0/+4
| * Tiny optimisationLars Knoll2013-04-151-2/+2
| * Add some inline property data to ObjectLars Knoll2013-04-152-4/+11
| * Smaller cleanupsLars Knoll2013-04-153-21/+12
| * Remove context argument for increment/decrement valueLars Knoll2013-04-154-8/+8
| * Fix compilation in release modeLars Knoll2013-04-151-1/+1
| * Specialized lookups for accessor propertiesLars Knoll2013-04-152-2/+140
| * Implement fast lookup for constructor calls to the global objectLars Knoll2013-04-153-0/+32
| * Remove unused methodLars Knoll2013-04-151-5/+0
| * Small fix for qmljs_delete_subscriptLars Knoll2013-04-151-5/+1
| * Remove the context pointer from unary operationsLars Knoll2013-04-155-24/+19
| * Get rid of qmljs_get_this_objectLars Knoll2013-04-154-6/+4
| * Remove the ExecutionContext parameter from some methodsLars Knoll2013-04-1516-306/+300
| * use lookups for the global scopeLars Knoll2013-04-1513-12/+180
| * Introduce specialized lookup methodsLars Knoll2013-04-144-10/+77
| * Move the lookup class into it's own fileLars Knoll2013-04-146-80/+205
| * Fix build of the rest of v4vm against WTF/JSC updateSimon Hausmann2013-04-126-12/+25
| * Apply modifications on top of WTF/JSCSimon Hausmann2013-04-124-16/+9
| * WTF/JSC update to r148273Simon Hausmann2013-04-1245-711/+2304
| * Smaller cleanup in the lookup codeLars Knoll2013-04-122-6/+6
| * Rename file to reflect class name changeLars Knoll2013-04-128-7/+7
| * Remove getValueChecked()Lars Knoll2013-04-123-19/+8
| * Remove context arguments where they aren't requiredLars Knoll2013-04-1211-49/+49
| * Simplify logic for put and putIndexedLars Knoll2013-04-121-33/+14
| * Move property attributes out of the property arraysLars Knoll2013-04-1234-643/+908
| * Small fix to PropertyAttributesLars Knoll2013-04-122-5/+7
| * Move functionality from PropertyDescriptor to PropertyLars Knoll2013-04-127-135/+128
| * Use PropertyAttributes in PropertyDescriptorLars Knoll2013-04-1219-239/+168
| * Make the PropertyAttributes a proper classLars Knoll2013-04-124-34/+76
| * Change internal class when attributes of properties changeLars Knoll2013-04-1217-80/+117
| * Simplify internal class logicLars Knoll2013-04-083-26/+10
| * Avoid defining name twice in some error objectsLars Knoll2013-04-083-44/+18
| * Store the global object as an Object pointer in the engineLars Knoll2013-04-086-47/+45
| * Change the Context stack back to a singly linked listLars Knoll2013-04-077-85/+33
| * Convert the remaining builtin methods to use the SimpleCallContextLars Knoll2013-04-0614-225/+173
| * Introduce a SimpleCallContext for simple functionsLars Knoll2013-04-0629-291/+315
| * 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