qtdeclarative/src/v4
Lars Knoll 149459788a Fix a crash in JSON
Fully initialize the property descriptor when parsing
JSON.

Change-Id: Ia43ac2dae573c5d5050cb02ca8f177c363262a05
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2013-02-12 22:48:30 +01:00
..
moth Fix alloca usage on Windows 2013-02-09 10:49:43 +01:00
debugging.cpp Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
debugging.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
llvm_installation.pri Fixed the llvm bits of the build process. 2013-02-06 08:48:12 +01:00
llvm_runtime.cpp Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qmljs_engine.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qmljs_engine.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qmljs_environment.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qmljs_environment.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qmljs_math.h Fix build with non-gcc compilers 2013-02-09 10:40:40 +01:00
qmljs_runtime.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qmljs_runtime.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qmljs_value.cpp Fix cmath function usage 2013-02-09 10:49:00 +01:00
qmljs_value.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4_llvm_p.h Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qv4alloca_p.h Fix alloca usage on Windows 2013-02-09 10:49:43 +01:00
qv4argumentsobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4argumentsobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4arrayobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4arrayobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4booleanobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4booleanobject.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4codegen.cpp Fix name function expressions 2013-02-09 10:53:50 +01:00
qv4codegen_p.h Fix name function expressions 2013-02-09 10:53:50 +01:00
qv4dateobject.cpp Fix cmath function usage 2013-02-09 10:49:00 +01:00
qv4dateobject.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4errorobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4errorobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4functionobject.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4functionobject.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4global.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4globalobject.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4globalobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4identifier.h Fix identifier handling in strings 2013-02-12 14:55:15 +01:00
qv4internalclass.cpp Saner handling of property deleting with internal classes 2013-02-12 16:27:01 +01:00
qv4internalclass.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4ir.cpp Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qv4ir_p.h Fix build against Windows.h 2013-02-09 10:44:46 +01:00
qv4isel_llvm.cpp Restore the context pointer after returning from setjmp 2013-02-06 16:05:46 +01:00
qv4isel_llvm_p.h Restore the context pointer after returning from setjmp 2013-02-06 16:05:46 +01:00
qv4isel_masm.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4isel_masm_p.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4isel_p.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4isel_p.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4isel_util_p.h Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qv4jsonobject.cpp Fix a crash in JSON 2013-02-12 22:48:30 +01:00
qv4jsonobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4managed.cpp Fixes to the memory manager 2013-02-12 16:24:41 +01:00
qv4managed.h Fixes to the memory manager 2013-02-12 16:24:41 +01:00
qv4mathobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4mathobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4mm.cpp Fixes to the memory manager 2013-02-12 16:24:41 +01:00
qv4mm.h Add memory scribbling back in. 2013-02-06 08:50:11 +01:00
qv4numberobject.cpp Fix cmath function usage 2013-02-09 10:49:00 +01:00
qv4numberobject.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4object.cpp Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4object.h Implement a first iteration of the fast property lookup scheme 2013-02-12 22:48:19 +01:00
qv4objectiterator.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4objectiterator.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4objectproto.cpp Fix build of time related code on Windows 2013-02-09 10:40:05 +01:00
qv4objectproto.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4propertydescriptor.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4regexp.cpp Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qv4regexp.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4regexpobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4regexpobject.h Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4sparsearray.cpp Rename qv4array.* to qv4sparsearray.* 2013-02-04 15:48:06 +01:00
qv4sparsearray.h Rename qv4array.* to qv4sparsearray.* 2013-02-04 15:48:06 +01:00
qv4string.cpp Fix identifier handling in strings 2013-02-12 14:55:15 +01:00
qv4string.h Fix identifier handling in strings 2013-02-12 14:55:15 +01:00
qv4stringobject.cpp Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00
qv4stringobject.h Cleanup namespaces. 2013-01-31 10:36:00 +01:00
qv4syntaxchecker.cpp Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
qv4syntaxchecker_p.h Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
v4.pri Fixed the llvm bits of the build process. 2013-02-06 08:48:12 +01:00
v4.pro Use internal classes to store the layout of members 2013-02-12 14:54:16 +01:00