Revert "Update V8"
authorKent Hansen <kent.hansen@nokia.com>
Thu, 20 Oct 2011 08:31:42 +0000 (10:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 20 Oct 2011 11:30:26 +0000 (13:30 +0200)
commitce5adc76847edf10dc843f5c93485e393f0ca099
tree26ba0fde1d5a343dba15a5e8be1a78c91e3d6bb4
parent3885a45e48b7fd680b6cb83e2d0d618fd04cf690
Revert "Update V8"

This reverts commit 1c4a5fcab76d1b769a4c0369d40dd0dd7c0e7495

Several of the qtdeclarative tests and examples are dying randomly with messages like this:
>
> #
> # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2169
> # CHECK(object->IsJSFunction()) failed
> #
>
>
> ==== Stack trace ============================================
>
>
> ==== Details ================================================
>
> ==== Key         ============================================
>
> =====================
>
> Aborted (core dumped)

Change-Id: Iebaa2497a6f6ef616ef4c3576c217d2a8a2c1ea5
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
24 files changed:
src/3rdparty/v8
src/v8/0001-Add-hashing-and-comparison-methods-to-v8-String.patch
src/v8/0002-Add-a-bit-field-3-to-Map.patch [new file with mode: 0644]
src/v8/0003-Add-a-fallback-mode-for-named-property-interceptors.patch [moved from src/v8/0002-Add-a-fallback-mode-for-named-property-interceptors.patch with 70% similarity]
src/v8/0003-Generalize-external-object-resources.patch [deleted file]
src/v8/0004-Generalize-external-object-resources.patch [new file with mode: 0644]
src/v8/0005-Introduce-a-QML-compilation-mode.patch [moved from src/v8/0004-Introduce-a-QML-compilation-mode.patch with 67% similarity]
src/v8/0006-Allow-access-to-the-calling-script-data.patch [moved from src/v8/0005-Allow-access-to-the-calling-script-data.patch with 77% similarity]
src/v8/0007-Fix-warnings.patch [moved from src/v8/0011-Fix-warnings.patch with 85% similarity]
src/v8/0008-Add-custom-object-compare-callback.patch [moved from src/v8/0006-Add-custom-object-compare-callback.patch with 64% similarity]
src/v8/0009-Add-CallAsFunction-method-to-the-Object-class-in-the.patch [new file with mode: 0644]
src/v8/0010-Implement-CallAsConstructor-method-for-Object-in-the.patch [new file with mode: 0644]
src/v8/0011-QtScript-V8-Add-new-v8-api-to-check-if-a-value-is-an.patch [moved from src/v8/0008-QtScript-V8-Add-new-v8-api-to-check-if-a-value-is-an.patch with 82% similarity]
src/v8/0012-Add-IsCallable-method-for-Object-in-the-API.patch [new file with mode: 0644]
src/v8/0013-Remove-execute-flag-from-v8-debug.h.patch [moved from src/v8/0010-Remove-execute-flag-from-v8-debug.h.patch with 70% similarity]
src/v8/0014-Fix-deprecated-Python-code.patch [moved from src/v8/0009-Fix-deprecated-Python-code.patch with 90% similarity]
src/v8/0015-Allow-a-script-to-be-flagged-as-native.patch [moved from src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch with 80% similarity]
src/v8/0016-Move-external-resource-to-the-last-hidden-field.patch [new file with mode: 0644]
src/v8/README
src/v8/v8.pri
tests/auto/v8/tst_v8.cpp
tests/auto/v8/v8main.cpp
tests/auto/v8/v8test.cpp
tests/auto/v8/v8test.h