Alexey Kozyatinskiy
d63594b684
[inspector] added url to Debugger.CallFrame
...
Runtime.CallFrame has url already. It allows to show stack traces on pause
without tacking all parsed scripts.
R=alph@chromium.org ,pfeldman@chromium.org
Bug: chromium:762982
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Ic4f096ade1cb6c9de42fec77280dcc3007c6a5cf
Reviewed-on: https://chromium-review.googlesource.com/648068
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: Pavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47895}
2017-09-07 16:39:31 +00:00
kozyatinskiy
aee49387f7
[inspector] store creation stack in current V8StackTraceImpl
...
We currently store it in parent stack trace but stacks with the same parent can have different creations stacks.
BUG=v8:6189
R=dgozman@chromium.org
Review-Url: https://codereview.chromium.org/2807273002
Cr-Commit-Position: refs/heads/master@{#44624}
2017-04-12 19:02:58 +00:00
kozyatinskiy
07ada64a57
[inspector] added length for scriptParsed notification
...
BUG=none
R=caseq@chromium.org
Review-Url: https://codereview.chromium.org/2740623002
Cr-Commit-Position: refs/heads/master@{#43656}
2017-03-07 22:01:37 +00:00
kozyatinskiy
0832bae354
[inspector] fixed endLine in Debugger.scriptParsed event
...
BUG=chromium:698077
R=lushnikov@chromium.org ,alph@chromium.org
Review-Url: https://codereview.chromium.org/2730813002
Cr-Commit-Position: refs/heads/master@{#43567}
2017-03-03 06:58:11 +00:00
kozyatinskiy
9c7da663f9
[inspector] added experimental is_module flag for script parsed events
...
This flag is true when compiled script is ES6 module.
BUG=v8:1569
R=dgozman@chromium.org ,adamk@chromium.org
Review-Url: https://codereview.chromium.org/2663973002
Cr-Commit-Position: refs/heads/master@{#42910}
2017-02-03 07:17:09 +00:00
kozyatinskiy
d6db11fd18
[inspector] added test infrastructure and test for es6 modules
...
Test just checks that all basic features are working correctly with modules.
BUG=v8:1569
R=dgozman@chromium.org ,alph@chromium.org,adamk@chromium.org
Review-Url: https://codereview.chromium.org/2663743002
Cr-Commit-Position: refs/heads/master@{#42796}
2017-01-31 00:19:41 +00:00