Revert "Implement in-heap backing store for typed arrays."
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 16 Jan 2014 14:26:15 +0000 (14:26 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 16 Jan 2014 14:26:15 +0000 (14:26 +0000)
commit95f572389e743c310c18adb82719dd06f37ce4da
tree6e13f974740a01967c78da640b9ca28948edc795
parent0c960c2e96a2e1c780ca58ad31dbc9fc2628ae5f
Revert "Implement in-heap backing store for typed arrays."

This reverts commit r18646 for breaking Win32 build.

TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/132233012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18647 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
39 files changed:
include/v8.h
src/arm/lithium-arm.cc
src/arm/lithium-arm.h
src/arm/lithium-codegen-arm.cc
src/code-stubs.cc
src/elements-kind.cc
src/elements-kind.h
src/elements.cc
src/factory.cc
src/factory.h
src/heap-inl.h
src/heap.cc
src/heap.h
src/hydrogen-instructions.h
src/hydrogen.cc
src/ia32/lithium-codegen-ia32.cc
src/ia32/lithium-ia32.cc
src/ia32/lithium-ia32.h
src/ic.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects-visiting-inl.h
src/objects-visiting.cc
src/objects-visiting.h
src/objects.cc
src/objects.h
src/runtime.cc
src/stub-cache.cc
src/third_party/valgrind/valgrind.h
src/third_party/vtune/jitprofiling.cc
src/third_party/vtune/jitprofiling.h
src/third_party/vtune/v8-vtune.h
src/third_party/vtune/vtune-jit.cc
src/third_party/vtune/vtune-jit.h
src/x64/lithium-codegen-x64.cc
src/x64/lithium-x64.cc
src/x64/lithium-x64.h
test/cctest/test-api.cc