Split utils.h into utils.h and v8utils.h where the former is independent of V8.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Nov 2010 08:18:53 +0000 (08:18 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Nov 2010 08:18:53 +0000 (08:18 +0000)
commit8f8039574a6b35cf1018c18f1e04e39ff362fad2
tree1b9bc3b5d56ec9e8a2f2a2b38827e5b1033351e9
parentd8c22d9dc1b9078c13c84a694f189153bec50a83
Split utils.h into utils.h and v8utils.h where the former is independent of V8.
The code in utils.h can be reused outside of v8 propert, as long as the
propert ASSERT macros are defined.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5772 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc
src/ia32/ic-ia32.cc
src/utils.cc
src/utils.h
src/v8.h
src/v8utils.h [new file with mode: 0644]
src/x64/ic-x64.cc