[V8] Don't ignore sourceURL comment in inline scripts in .stack
authorkozyatinskiy <kozyatinskiy@chromium.org>
Tue, 31 Mar 2015 19:35:59 +0000 (12:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 31 Mar 2015 19:36:06 +0000 (19:36 +0000)
commit9f6b1333a10ba27cfb59dedc705cd5917ca702cd
tree05fab8b9cd744f389850964b0b57fd4f304319ff
parent5b760434814ade98f84aef8dd54e8c888f12de15
[V8] Don't ignore sourceURL comment in inline scripts in .stack

In DevTools we've already used sourceURL in inline scripts.
This CL makes the behavior of the V8 in the same for Error.stack property and v8::StackTrace.

BUG=v8:3920
LOG=Y
R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27554}
src/messages.js
test/cctest/test-api.cc