Changed a function in the internal debugger JavaScript to return the full source...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 17:59:25 +0000 (17:59 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 17:59:25 +0000 (17:59 +0000)
commit994ea00dfe2151bea83103013fd461d71930ad9a
treed3e7327ffd576f7da5cef31be8c2d78419d613b9
parent8eea2af6155efb4106bf505d95a05810e440509c
Changed a function in the internal debugger JavaScript to return the full source location instead of only the position.

Added an optional parameter to exclude/include the source line offset in source location.

Extended a message test to include a test with source offset.
Review URL: http://codereview.chromium.org/39342

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1461 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug-delay.js
src/messages.js
test/cctest/test-api.cc
test/mjsunit/debug-sourceinfo.js