Initial support for object literals
authorRoberto Raggi <roberto.raggi@nokia.com>
Wed, 9 May 2012 09:04:57 +0000 (11:04 +0200)
committerRoberto Raggi <roberto.raggi@nokia.com>
Wed, 9 May 2012 09:05:51 +0000 (11:05 +0200)
commit5282ff06df5df581f00420c793697cf5d9d7d182
tree225d01bbbdeaaa8e61f7f22ebb4cf24774eab5fa
parent48428701b26d61e1e7034160f7a2c2e0a9e044c7
Initial support for object literals
main.cpp
qmljs_runtime.cpp
qmljs_runtime.h
qv4codegen.cpp
qv4isel.cpp
qv4isel_p.h
tests/obj.1.js [new file with mode: 0644]
tests/simple2.js