index
:
{graveyard}/v4vm.git
master
fromGit static_content test Obsolete Project. Merged into qt/qtdeclarative. fromGit static_content test
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix loading of this value on 32-bit
HEAD
master
Simon Hausmann
2013-04-15
1
-0
/
+4
*
Tiny optimisation
Lars Knoll
2013-04-15
1
-2
/
+2
*
Add some inline property data to Object
Lars Knoll
2013-04-15
2
-4
/
+11
*
Smaller cleanups
Lars Knoll
2013-04-15
3
-21
/
+12
*
Remove context argument for increment/decrement value
Lars Knoll
2013-04-15
4
-8
/
+8
*
Fix compilation in release mode
Lars Knoll
2013-04-15
1
-1
/
+1
*
Specialized lookups for accessor properties
Lars Knoll
2013-04-15
2
-2
/
+140
*
Implement fast lookup for constructor calls to the global object
Lars Knoll
2013-04-15
3
-0
/
+32
*
Remove unused method
Lars Knoll
2013-04-15
1
-5
/
+0
*
Small fix for qmljs_delete_subscript
Lars Knoll
2013-04-15
1
-5
/
+1
*
Remove the context pointer from unary operations
Lars Knoll
2013-04-15
5
-24
/
+19
*
Get rid of qmljs_get_this_object
Lars Knoll
2013-04-15
4
-6
/
+4
*
Remove the ExecutionContext parameter from some methods
Lars Knoll
2013-04-15
16
-306
/
+300
*
use lookups for the global scope
Lars Knoll
2013-04-15
13
-12
/
+180
*
Introduce specialized lookup methods
Lars Knoll
2013-04-14
4
-10
/
+77
*
Move the lookup class into it's own file
Lars Knoll
2013-04-14
6
-80
/
+205
*
Fix build of the rest of v4vm against WTF/JSC update
Simon Hausmann
2013-04-12
6
-12
/
+25
*
Apply modifications on top of WTF/JSC
Simon Hausmann
2013-04-12
4
-16
/
+9
*
WTF/JSC update to r148273
Simon Hausmann
2013-04-12
45
-711
/
+2304
*
Smaller cleanup in the lookup code
Lars Knoll
2013-04-12
2
-6
/
+6
*
Rename file to reflect class name change
Lars Knoll
2013-04-12
8
-7
/
+7
*
Remove getValueChecked()
Lars Knoll
2013-04-12
3
-19
/
+8
*
Remove context arguments where they aren't required
Lars Knoll
2013-04-12
11
-49
/
+49
*
Simplify logic for put and putIndexed
Lars Knoll
2013-04-12
1
-33
/
+14
*
Move property attributes out of the property arrays
Lars Knoll
2013-04-12
34
-643
/
+908
*
Small fix to PropertyAttributes
Lars Knoll
2013-04-12
2
-5
/
+7
*
Move functionality from PropertyDescriptor to Property
Lars Knoll
2013-04-12
7
-135
/
+128
*
Use PropertyAttributes in PropertyDescriptor
Lars Knoll
2013-04-12
19
-239
/
+168
*
Make the PropertyAttributes a proper class
Lars Knoll
2013-04-12
4
-34
/
+76
*
Change internal class when attributes of properties change
Lars Knoll
2013-04-12
17
-80
/
+117
*
Simplify internal class logic
Lars Knoll
2013-04-08
3
-26
/
+10
*
Avoid defining name twice in some error objects
Lars Knoll
2013-04-08
3
-44
/
+18
*
Store the global object as an Object pointer in the engine
Lars Knoll
2013-04-08
6
-47
/
+45
*
Change the Context stack back to a singly linked list
Lars Knoll
2013-04-07
7
-85
/
+33
*
Convert the remaining builtin methods to use the SimpleCallContext
Lars Knoll
2013-04-06
14
-225
/
+173
*
Introduce a SimpleCallContext for simple functions
Lars Knoll
2013-04-06
29
-291
/
+315
*
Fix scope for functions created through bind()
Lars Knoll
2013-04-06
1
-1
/
+1
*
Move arguments out of ExecutionContext and into CallContext
Lars Knoll
2013-04-05
33
-286
/
+274
*
Move activation out of ExecutionContext
Lars Knoll
2013-04-05
4
-86
/
+113
*
Don't create new Objects in the current scope
Lars Knoll
2013-04-05
1
-1
/
+1
*
Move function pointer from ExecutionContext to CallContext
Lars Knoll
2013-04-05
6
-40
/
+29
*
Remove unused methods
Lars Knoll
2013-04-05
2
-38
/
+0
*
Move locals from ExecutionContext to CallContext
Lars Knoll
2013-04-05
5
-34
/
+54
*
Split out the Context for With/Catch into their own classes
Lars Knoll
2013-04-05
6
-197
/
+225
*
Introduce different context types
Lars Knoll
2013-04-05
3
-38
/
+56
*
Clean up the property lookup code
Lars Knoll
2013-04-05
3
-87
/
+69
*
Create some execution contexts on the stack again
Lars Knoll
2013-04-04
5
-2
/
+39
*
Remove stray backslash
Simon Hausmann
2013-04-04
1
-1
/
+1
*
Don't include internal headers in qv4v8.h
Lars Knoll
2013-04-03
1
-2
/
+0
*
Speed up Context creation and handling
Lars Knoll
2013-04-03
7
-132
/
+101
[next]