Chromium Code Reviews
Description[DevTools] Debugger::currentCallFrames returns array instead linked list
We can return array instead linked list since V8JavaScriptCallFrame wrapper was removed.
Method callFrameByIndex was removed because we can use currentCallFrames instead: cached when DevTools is paused and with getter when we check stack trace for DOM breakpoint.
BUG=595206
R=dgozman@chromium.org
Committed: https://crrev.com/e87c79ce6ef4baa6e78b3eb8d9d7627a89a44885
Cr-Commit-Position: refs/heads/master@{#383448}
Patch Set 1 #
Total comments: 10
Patch Set 2 : #
Total comments: 8
Patch Set 3 : #Patch Set 4 : rebased #
Total comments: 4
Patch Set 5 : #Messages
Total messages: 13 (3 generated)
|