Say hello to QtV4 module.
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>
Tue, 29 Jan 2013 13:20:50 +0000 (14:20 +0100)
committerLars Knoll <lars.knoll@digia.com>
Wed, 30 Jan 2013 12:20:40 +0000 (13:20 +0100)
commit74fba4d8069c946c1ba12b9ac4d4026aaf14118b
tree138cc204ec33ef0c838c98355ea84846e11ca1a7
parent0781ecb087b027cccc1c44de1a1c7520cc89e2d2
Say hello to QtV4 module.

Change-Id: I507cd5707b7d7223a0d901cf939896fb2649b684
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
219 files changed:
.qmake.conf [new file with mode: 0644]
src/3rdparty/double-conversion/README [moved from 3rdparty/double-conversion/README with 100% similarity]
src/3rdparty/double-conversion/bignum-dtoa.cc [moved from 3rdparty/double-conversion/bignum-dtoa.cc with 100% similarity]
src/3rdparty/double-conversion/bignum-dtoa.h [moved from 3rdparty/double-conversion/bignum-dtoa.h with 100% similarity]
src/3rdparty/double-conversion/bignum.cc [moved from 3rdparty/double-conversion/bignum.cc with 100% similarity]
src/3rdparty/double-conversion/bignum.h [moved from 3rdparty/double-conversion/bignum.h with 100% similarity]
src/3rdparty/double-conversion/cached-powers.cc [moved from 3rdparty/double-conversion/cached-powers.cc with 100% similarity]
src/3rdparty/double-conversion/cached-powers.h [moved from 3rdparty/double-conversion/cached-powers.h with 100% similarity]
src/3rdparty/double-conversion/diy-fp.cc [moved from 3rdparty/double-conversion/diy-fp.cc with 100% similarity]
src/3rdparty/double-conversion/diy-fp.h [moved from 3rdparty/double-conversion/diy-fp.h with 100% similarity]
src/3rdparty/double-conversion/double-conversion.cc [moved from 3rdparty/double-conversion/double-conversion.cc with 100% similarity]
src/3rdparty/double-conversion/double-conversion.h [moved from 3rdparty/double-conversion/double-conversion.h with 100% similarity]
src/3rdparty/double-conversion/double-conversion.pri [moved from 3rdparty/double-conversion/double-conversion.pri with 74% similarity]
src/3rdparty/double-conversion/fast-dtoa.cc [moved from 3rdparty/double-conversion/fast-dtoa.cc with 100% similarity]
src/3rdparty/double-conversion/fast-dtoa.h [moved from 3rdparty/double-conversion/fast-dtoa.h with 100% similarity]
src/3rdparty/double-conversion/fixed-dtoa.cc [moved from 3rdparty/double-conversion/fixed-dtoa.cc with 100% similarity]
src/3rdparty/double-conversion/fixed-dtoa.h [moved from 3rdparty/double-conversion/fixed-dtoa.h with 100% similarity]
src/3rdparty/double-conversion/ieee.h [moved from 3rdparty/double-conversion/ieee.h with 100% similarity]
src/3rdparty/double-conversion/strtod.cc [moved from 3rdparty/double-conversion/strtod.cc with 100% similarity]
src/3rdparty/double-conversion/strtod.h [moved from 3rdparty/double-conversion/strtod.h with 100% similarity]
src/3rdparty/double-conversion/utils.h [moved from 3rdparty/double-conversion/utils.h with 100% similarity]
src/3rdparty/masm/WeakRandom.h [moved from 3rdparty/masm/WeakRandom.h with 100% similarity]
src/3rdparty/masm/assembler/ARMAssembler.cpp [moved from 3rdparty/masm/assembler/ARMAssembler.cpp with 100% similarity]
src/3rdparty/masm/assembler/ARMAssembler.h [moved from 3rdparty/masm/assembler/ARMAssembler.h with 100% similarity]
src/3rdparty/masm/assembler/ARMv7Assembler.cpp [moved from 3rdparty/masm/assembler/ARMv7Assembler.cpp with 100% similarity]
src/3rdparty/masm/assembler/ARMv7Assembler.h [moved from 3rdparty/masm/assembler/ARMv7Assembler.h with 100% similarity]
src/3rdparty/masm/assembler/AbstractMacroAssembler.h [moved from 3rdparty/masm/assembler/AbstractMacroAssembler.h with 100% similarity]
src/3rdparty/masm/assembler/AssemblerBuffer.h [moved from 3rdparty/masm/assembler/AssemblerBuffer.h with 100% similarity]
src/3rdparty/masm/assembler/AssemblerBufferWithConstantPool.h [moved from 3rdparty/masm/assembler/AssemblerBufferWithConstantPool.h with 100% similarity]
src/3rdparty/masm/assembler/CodeLocation.h [moved from 3rdparty/masm/assembler/CodeLocation.h with 100% similarity]
src/3rdparty/masm/assembler/LinkBuffer.cpp [moved from 3rdparty/masm/assembler/LinkBuffer.cpp with 100% similarity]
src/3rdparty/masm/assembler/LinkBuffer.h [moved from 3rdparty/masm/assembler/LinkBuffer.h with 100% similarity]
src/3rdparty/masm/assembler/MIPSAssembler.h [moved from 3rdparty/masm/assembler/MIPSAssembler.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssembler.h [moved from 3rdparty/masm/assembler/MacroAssembler.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerARM.cpp [moved from 3rdparty/masm/assembler/MacroAssemblerARM.cpp with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerARM.h [moved from 3rdparty/masm/assembler/MacroAssemblerARM.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerARMv7.h [moved from 3rdparty/masm/assembler/MacroAssemblerARMv7.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h [moved from 3rdparty/masm/assembler/MacroAssemblerCodeRef.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerMIPS.h [moved from 3rdparty/masm/assembler/MacroAssemblerMIPS.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerSH4.cpp [moved from 3rdparty/masm/assembler/MacroAssemblerSH4.cpp with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerSH4.h [moved from 3rdparty/masm/assembler/MacroAssemblerSH4.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerX86.h [moved from 3rdparty/masm/assembler/MacroAssemblerX86.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerX86Common.h [moved from 3rdparty/masm/assembler/MacroAssemblerX86Common.h with 100% similarity]
src/3rdparty/masm/assembler/MacroAssemblerX86_64.h [moved from 3rdparty/masm/assembler/MacroAssemblerX86_64.h with 100% similarity]
src/3rdparty/masm/assembler/RepatchBuffer.h [moved from 3rdparty/masm/assembler/RepatchBuffer.h with 100% similarity]
src/3rdparty/masm/assembler/SH4Assembler.h [moved from 3rdparty/masm/assembler/SH4Assembler.h with 100% similarity]
src/3rdparty/masm/assembler/X86Assembler.h [moved from 3rdparty/masm/assembler/X86Assembler.h with 100% similarity]
src/3rdparty/masm/config.h [moved from 3rdparty/masm/config.h with 100% similarity]
src/3rdparty/masm/create_regex_tables [moved from 3rdparty/masm/create_regex_tables with 100% similarity]
src/3rdparty/masm/disassembler/Disassembler.cpp [moved from 3rdparty/masm/disassembler/Disassembler.cpp with 100% similarity]
src/3rdparty/masm/disassembler/Disassembler.h [moved from 3rdparty/masm/disassembler/Disassembler.h with 100% similarity]
src/3rdparty/masm/disassembler/UDis86Disassembler.cpp [moved from 3rdparty/masm/disassembler/UDis86Disassembler.cpp with 100% similarity]
src/3rdparty/masm/disassembler/udis86/differences.txt [moved from 3rdparty/masm/disassembler/udis86/differences.txt with 100% similarity]
src/3rdparty/masm/disassembler/udis86/itab.py [moved from 3rdparty/masm/disassembler/udis86/itab.py with 100% similarity]
src/3rdparty/masm/disassembler/udis86/optable.xml [moved from 3rdparty/masm/disassembler/udis86/optable.xml with 100% similarity]
src/3rdparty/masm/disassembler/udis86/ud_opcode.py [moved from 3rdparty/masm/disassembler/udis86/ud_opcode.py with 100% similarity]
src/3rdparty/masm/disassembler/udis86/ud_optable.py [moved from 3rdparty/masm/disassembler/udis86/ud_optable.py with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86.c [moved from 3rdparty/masm/disassembler/udis86/udis86.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86.h [moved from 3rdparty/masm/disassembler/udis86/udis86.h with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_decode.c [moved from 3rdparty/masm/disassembler/udis86/udis86_decode.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_decode.h [moved from 3rdparty/masm/disassembler/udis86/udis86_decode.h with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_extern.h [moved from 3rdparty/masm/disassembler/udis86/udis86_extern.h with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_input.c [moved from 3rdparty/masm/disassembler/udis86/udis86_input.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_input.h [moved from 3rdparty/masm/disassembler/udis86/udis86_input.h with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_itab_holder.c [moved from 3rdparty/masm/disassembler/udis86/udis86_itab_holder.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_syn-att.c [moved from 3rdparty/masm/disassembler/udis86/udis86_syn-att.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_syn-intel.c [moved from 3rdparty/masm/disassembler/udis86/udis86_syn-intel.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_syn.c [moved from 3rdparty/masm/disassembler/udis86/udis86_syn.c with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_syn.h [moved from 3rdparty/masm/disassembler/udis86/udis86_syn.h with 100% similarity]
src/3rdparty/masm/disassembler/udis86/udis86_types.h [moved from 3rdparty/masm/disassembler/udis86/udis86_types.h with 100% similarity]
src/3rdparty/masm/jit/JITCompilationEffort.h [moved from 3rdparty/masm/jit/JITCompilationEffort.h with 100% similarity]
src/3rdparty/masm/masm.pri [moved from 3rdparty/masm/masm.pri with 99% similarity]
src/3rdparty/masm/runtime/MatchResult.h [moved from 3rdparty/masm/runtime/MatchResult.h with 100% similarity]
src/3rdparty/masm/stubs/ExecutableAllocator.h [moved from 3rdparty/masm/stubs/ExecutableAllocator.h with 100% similarity]
src/3rdparty/masm/stubs/JSGlobalData.h [moved from 3rdparty/masm/stubs/JSGlobalData.h with 100% similarity]
src/3rdparty/masm/stubs/LLIntData.h [moved from 3rdparty/masm/stubs/LLIntData.h with 100% similarity]
src/3rdparty/masm/stubs/Options.h [moved from 3rdparty/masm/stubs/Options.h with 100% similarity]
src/3rdparty/masm/stubs/WTFStubs.cpp [moved from 3rdparty/masm/stubs/WTFStubs.cpp with 100% similarity]
src/3rdparty/masm/stubs/WTFStubs.h [moved from 3rdparty/masm/stubs/WTFStubs.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/FastAllocBase.h [moved from 3rdparty/masm/stubs/wtf/FastAllocBase.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/FastMalloc.h [moved from 3rdparty/masm/stubs/wtf/FastMalloc.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/Noncopyable.h [moved from 3rdparty/masm/stubs/wtf/Noncopyable.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/OwnPtr.h [moved from 3rdparty/masm/stubs/wtf/OwnPtr.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/PassOwnPtr.h [moved from 3rdparty/masm/stubs/wtf/PassOwnPtr.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/PassRefPtr.h [moved from 3rdparty/masm/stubs/wtf/PassRefPtr.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/RefCounted.h [moved from 3rdparty/masm/stubs/wtf/RefCounted.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/RefPtr.h [moved from 3rdparty/masm/stubs/wtf/RefPtr.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/TypeTraits.h [moved from 3rdparty/masm/stubs/wtf/TypeTraits.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/UnusedParam.h [moved from 3rdparty/masm/stubs/wtf/UnusedParam.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/Vector.h [moved from 3rdparty/masm/stubs/wtf/Vector.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/text/CString.h [moved from 3rdparty/masm/stubs/wtf/text/CString.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/text/WTFString.h [moved from 3rdparty/masm/stubs/wtf/text/WTFString.h with 100% similarity]
src/3rdparty/masm/stubs/wtf/unicode/Unicode.h [moved from 3rdparty/masm/stubs/wtf/unicode/Unicode.h with 100% similarity]
src/3rdparty/masm/wtf/ASCIICType.h [moved from 3rdparty/masm/wtf/ASCIICType.h with 100% similarity]
src/3rdparty/masm/wtf/Assertions.h [moved from 3rdparty/masm/wtf/Assertions.h with 100% similarity]
src/3rdparty/masm/wtf/Atomics.h [moved from 3rdparty/masm/wtf/Atomics.h with 100% similarity]
src/3rdparty/masm/wtf/BumpPointerAllocator.h [moved from 3rdparty/masm/wtf/BumpPointerAllocator.h with 100% similarity]
src/3rdparty/masm/wtf/CheckedArithmetic.h [moved from 3rdparty/masm/wtf/CheckedArithmetic.h with 100% similarity]
src/3rdparty/masm/wtf/Compiler.h [moved from 3rdparty/masm/wtf/Compiler.h with 100% similarity]
src/3rdparty/masm/wtf/CryptographicallyRandomNumber.h [moved from 3rdparty/masm/wtf/CryptographicallyRandomNumber.h with 100% similarity]
src/3rdparty/masm/wtf/DataLog.h [moved from 3rdparty/masm/wtf/DataLog.h with 100% similarity]
src/3rdparty/masm/wtf/DynamicAnnotations.h [moved from 3rdparty/masm/wtf/DynamicAnnotations.h with 100% similarity]
src/3rdparty/masm/wtf/FilePrintStream.cpp [moved from 3rdparty/masm/wtf/FilePrintStream.cpp with 100% similarity]
src/3rdparty/masm/wtf/FilePrintStream.h [moved from 3rdparty/masm/wtf/FilePrintStream.h with 100% similarity]
src/3rdparty/masm/wtf/Locker.h [moved from 3rdparty/masm/wtf/Locker.h with 100% similarity]
src/3rdparty/masm/wtf/NotFound.h [moved from 3rdparty/masm/wtf/NotFound.h with 100% similarity]
src/3rdparty/masm/wtf/NullPtr.h [moved from 3rdparty/masm/wtf/NullPtr.h with 100% similarity]
src/3rdparty/masm/wtf/OSAllocator.h [moved from 3rdparty/masm/wtf/OSAllocator.h with 100% similarity]
src/3rdparty/masm/wtf/OSAllocatorPosix.cpp [moved from 3rdparty/masm/wtf/OSAllocatorPosix.cpp with 100% similarity]
src/3rdparty/masm/wtf/OSAllocatorWin.cpp [moved from 3rdparty/masm/wtf/OSAllocatorWin.cpp with 100% similarity]
src/3rdparty/masm/wtf/PageAllocation.h [moved from 3rdparty/masm/wtf/PageAllocation.h with 100% similarity]
src/3rdparty/masm/wtf/PageAllocationAligned.cpp [moved from 3rdparty/masm/wtf/PageAllocationAligned.cpp with 100% similarity]
src/3rdparty/masm/wtf/PageAllocationAligned.h [moved from 3rdparty/masm/wtf/PageAllocationAligned.h with 100% similarity]
src/3rdparty/masm/wtf/PageBlock.cpp [moved from 3rdparty/masm/wtf/PageBlock.cpp with 100% similarity]
src/3rdparty/masm/wtf/PageBlock.h [moved from 3rdparty/masm/wtf/PageBlock.h with 100% similarity]
src/3rdparty/masm/wtf/PageReservation.h [moved from 3rdparty/masm/wtf/PageReservation.h with 100% similarity]
src/3rdparty/masm/wtf/Platform.h [moved from 3rdparty/masm/wtf/Platform.h with 100% similarity]
src/3rdparty/masm/wtf/PossiblyNull.h [moved from 3rdparty/masm/wtf/PossiblyNull.h with 100% similarity]
src/3rdparty/masm/wtf/PrintStream.cpp [moved from 3rdparty/masm/wtf/PrintStream.cpp with 100% similarity]
src/3rdparty/masm/wtf/PrintStream.h [moved from 3rdparty/masm/wtf/PrintStream.h with 100% similarity]
src/3rdparty/masm/wtf/RawPointer.h [moved from 3rdparty/masm/wtf/RawPointer.h with 100% similarity]
src/3rdparty/masm/wtf/StdLibExtras.h [moved from 3rdparty/masm/wtf/StdLibExtras.h with 100% similarity]
src/3rdparty/masm/wtf/VMTags.h [moved from 3rdparty/masm/wtf/VMTags.h with 100% similarity]
src/3rdparty/masm/yarr/Yarr.h [moved from 3rdparty/masm/yarr/Yarr.h with 100% similarity]
src/3rdparty/masm/yarr/YarrCanonicalizeUCS2.cpp [moved from 3rdparty/masm/yarr/YarrCanonicalizeUCS2.cpp with 100% similarity]
src/3rdparty/masm/yarr/YarrCanonicalizeUCS2.h [moved from 3rdparty/masm/yarr/YarrCanonicalizeUCS2.h with 100% similarity]
src/3rdparty/masm/yarr/YarrCanonicalizeUCS2.js [moved from 3rdparty/masm/yarr/YarrCanonicalizeUCS2.js with 100% similarity]
src/3rdparty/masm/yarr/YarrInterpreter.cpp [moved from 3rdparty/masm/yarr/YarrInterpreter.cpp with 100% similarity]
src/3rdparty/masm/yarr/YarrInterpreter.h [moved from 3rdparty/masm/yarr/YarrInterpreter.h with 100% similarity]
src/3rdparty/masm/yarr/YarrJIT.cpp [moved from 3rdparty/masm/yarr/YarrJIT.cpp with 100% similarity]
src/3rdparty/masm/yarr/YarrJIT.h [moved from 3rdparty/masm/yarr/YarrJIT.h with 100% similarity]
src/3rdparty/masm/yarr/YarrParser.h [moved from 3rdparty/masm/yarr/YarrParser.h with 100% similarity]
src/3rdparty/masm/yarr/YarrPattern.cpp [moved from 3rdparty/masm/yarr/YarrPattern.cpp with 100% similarity]
src/3rdparty/masm/yarr/YarrPattern.h [moved from 3rdparty/masm/yarr/YarrPattern.h with 100% similarity]
src/3rdparty/masm/yarr/YarrSyntaxChecker.cpp [moved from 3rdparty/masm/yarr/YarrSyntaxChecker.cpp with 100% similarity]
src/3rdparty/masm/yarr/YarrSyntaxChecker.h [moved from 3rdparty/masm/yarr/YarrSyntaxChecker.h with 100% similarity]
src/3rdparty/masm/yarr/yarr.pri [moved from 3rdparty/masm/yarr/yarr.pri with 100% similarity]
src/src.pro [new file with mode: 0644]
src/tools/main.cpp [moved from main.cpp with 95% similarity]
src/tools/tools.pro [new file with mode: 0644]
src/v4/debugging.cpp [moved from debugging.cpp with 100% similarity]
src/v4/debugging.h [moved from debugging.h with 98% similarity]
src/v4/llvm_runtime.cpp [moved from llvm_runtime.cpp with 100% similarity]
src/v4/moth/moth.pri [moved from moth/moth.pri with 100% similarity]
src/v4/moth/qv4instr_moth.cpp [moved from moth/qv4instr_moth.cpp with 100% similarity]
src/v4/moth/qv4instr_moth_p.h [moved from moth/qv4instr_moth_p.h with 100% similarity]
src/v4/moth/qv4isel_moth.cpp [moved from moth/qv4isel_moth.cpp with 100% similarity]
src/v4/moth/qv4isel_moth_p.h [moved from moth/qv4isel_moth_p.h with 98% similarity]
src/v4/moth/qv4vme_moth.cpp [moved from moth/qv4vme_moth.cpp with 100% similarity]
src/v4/moth/qv4vme_moth_p.h [moved from moth/qv4vme_moth_p.h with 100% similarity]
src/v4/qmljs_engine.cpp [moved from qmljs_engine.cpp with 100% similarity]
src/v4/qmljs_engine.h [moved from qmljs_engine.h with 98% similarity]
src/v4/qmljs_environment.cpp [moved from qmljs_environment.cpp with 100% similarity]
src/v4/qmljs_environment.h [moved from qmljs_environment.h with 98% similarity]
src/v4/qmljs_math.h [moved from qmljs_math.h with 100% similarity]
src/v4/qmljs_runtime.cpp [moved from qmljs_runtime.cpp with 99% similarity]
src/v4/qmljs_runtime.h [moved from qmljs_runtime.h with 99% similarity]
src/v4/qmljs_value.cpp [moved from qmljs_value.cpp with 100% similarity]
src/v4/qmljs_value.h [moved from qmljs_value.h with 99% similarity]
src/v4/qv4_llvm_p.h [moved from qv4_llvm_p.h with 92% similarity]
src/v4/qv4argumentsobject.cpp [moved from qv4argumentsobject.cpp with 100% similarity]
src/v4/qv4argumentsobject.h [moved from qv4argumentsobject.h with 100% similarity]
src/v4/qv4array.cpp [moved from qv4array.cpp with 100% similarity]
src/v4/qv4array.h [moved from qv4array.h with 99% similarity]
src/v4/qv4arrayobject.cpp [moved from qv4arrayobject.cpp with 100% similarity]
src/v4/qv4arrayobject.h [moved from qv4arrayobject.h with 100% similarity]
src/v4/qv4booleanobject.cpp [moved from qv4booleanobject.cpp with 100% similarity]
src/v4/qv4booleanobject.h [moved from qv4booleanobject.h with 100% similarity]
src/v4/qv4codegen.cpp [moved from qv4codegen.cpp with 100% similarity]
src/v4/qv4codegen_p.h [moved from qv4codegen_p.h with 99% similarity]
src/v4/qv4dateobject.cpp [moved from qv4dateobject.cpp with 100% similarity]
src/v4/qv4dateobject.h [moved from qv4dateobject.h with 100% similarity]
src/v4/qv4errorobject.cpp [moved from qv4errorobject.cpp with 100% similarity]
src/v4/qv4errorobject.h [moved from qv4errorobject.h with 100% similarity]
src/v4/qv4functionobject.cpp [moved from qv4functionobject.cpp with 100% similarity]
src/v4/qv4functionobject.h [moved from qv4functionobject.h with 98% similarity]
src/v4/qv4global.h [new file with mode: 0644]
src/v4/qv4globalobject.cpp [moved from qv4globalobject.cpp with 100% similarity]
src/v4/qv4globalobject.h [moved from qv4globalobject.h with 98% similarity]
src/v4/qv4ir.cpp [moved from qv4ir.cpp with 100% similarity]
src/v4/qv4ir_p.h [moved from qv4ir_p.h with 99% similarity]
src/v4/qv4isel_llvm.cpp [moved from qv4isel_llvm.cpp with 99% similarity]
src/v4/qv4isel_llvm_p.h [moved from qv4isel_llvm_p.h with 100% similarity]
src/v4/qv4isel_masm.cpp [moved from qv4isel_masm.cpp with 100% similarity]
src/v4/qv4isel_masm_p.h [moved from qv4isel_masm_p.h with 99% similarity]
src/v4/qv4isel_p.cpp [moved from qv4isel_p.cpp with 100% similarity]
src/v4/qv4isel_p.h [moved from qv4isel_p.h with 97% similarity]
src/v4/qv4isel_util_p.h [moved from qv4isel_util_p.h with 100% similarity]
src/v4/qv4jsonobject.cpp [moved from qv4jsonobject.cpp with 100% similarity]
src/v4/qv4jsonobject.h [moved from qv4jsonobject.h with 100% similarity]
src/v4/qv4managed.cpp [moved from qv4managed.cpp with 100% similarity]
src/v4/qv4managed.h [moved from qv4managed.h with 99% similarity]
src/v4/qv4mathobject.cpp [moved from qv4mathobject.cpp with 100% similarity]
src/v4/qv4mathobject.h [moved from qv4mathobject.h with 100% similarity]
src/v4/qv4mm.cpp [moved from qv4mm.cpp with 100% similarity]
src/v4/qv4mm.h [moved from qv4mm.h with 98% similarity]
src/v4/qv4numberobject.cpp [moved from qv4numberobject.cpp with 100% similarity]
src/v4/qv4numberobject.h [moved from qv4numberobject.h with 100% similarity]
src/v4/qv4object.cpp [moved from qv4object.cpp with 100% similarity]
src/v4/qv4object.h [moved from qv4object.h with 99% similarity]
src/v4/qv4objectiterator.cpp [moved from qv4objectiterator.cpp with 100% similarity]
src/v4/qv4objectiterator.h [moved from qv4objectiterator.h with 100% similarity]
src/v4/qv4objectproto.cpp [moved from qv4objectproto.cpp with 100% similarity]
src/v4/qv4objectproto.h [moved from qv4objectproto.h with 100% similarity]
src/v4/qv4propertydescriptor.h [moved from qv4propertydescriptor.h with 100% similarity]
src/v4/qv4propertytable.h [moved from qv4propertytable.h with 100% similarity]
src/v4/qv4regexp.cpp [moved from qv4regexp.cpp with 100% similarity]
src/v4/qv4regexp.h [moved from qv4regexp.h with 100% similarity]
src/v4/qv4regexpobject.cpp [moved from qv4regexpobject.cpp with 100% similarity]
src/v4/qv4regexpobject.h [moved from qv4regexpobject.h with 100% similarity]
src/v4/qv4string.cpp [moved from qv4string.cpp with 100% similarity]
src/v4/qv4string.h [moved from qv4string.h with 100% similarity]
src/v4/qv4stringobject.cpp [moved from qv4stringobject.cpp with 100% similarity]
src/v4/qv4stringobject.h [moved from qv4stringobject.h with 100% similarity]
src/v4/qv4syntaxchecker.cpp [moved from qv4syntaxchecker.cpp with 100% similarity]
src/v4/qv4syntaxchecker_p.h [moved from qv4syntaxchecker_p.h with 100% similarity]
src/v4/v4.pro [moved from v4.pro with 89% similarity]
sync.profile [new file with mode: 0644]
v4vm.pro [new file with mode: 0644]