Refactor JavaScriptFrame::function() to return a JSFunction* and remove associated...
authortitzer@chromium.org <titzer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Jul 2013 16:45:58 +0000 (16:45 +0000)
committertitzer@chromium.org <titzer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Jul 2013 16:45:58 +0000 (16:45 +0000)
commit28aca51e8f17a3904817d4b4de19165a5fadef10
treed361ebe63d1b266e90cbbc1f1ad345f493c6983d
parentd1d5f59d87f5386c1dc0b0f5aeb8ebd72c718909
Refactor JavaScriptFrame::function() to return a JSFunction* and remove associated casts.

BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15638 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler.cc
src/debug.cc
src/deoptimizer.cc
src/frames-inl.h
src/frames.cc
src/frames.h
src/ic.cc
src/isolate.cc
src/liveedit.cc
src/runtime-profiler.cc
src/runtime.cc