Split globals.h into two parts, where only one depends on V8.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Nov 2010 13:23:30 +0000 (13:23 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Nov 2010 13:23:30 +0000 (13:23 +0000)
commitaf7b6fecfede35f9119dff3b583c059fd22d4896
treeac911ba6ae2f8043f31a2b4982cfdad5bc9e636d
parent2a8eb35548054c29e354eabeb8430d5a909b0a1a
Split globals.h into two parts, where only one depends on V8.
Made allocation.{h,cc} independent of V8, allowing utils.h to allocate
vectors and collectors.

Review URL: http://codereview.chromium.org/5005001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5826 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
include/v8.h
src/allocation.cc
src/allocation.h
src/api.cc
src/checks.h
src/globals.h
src/list.h
src/scanner-base.cc
src/utils.h
src/v8.h
src/v8globals.h [new file with mode: 0644]
src/virtual-frame.h