E.g.: > a = new Int32Array(10) Int32Array [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3991a07a09e18157dec31fc589f901e2cea2d686 commit 3991a07a09e18157dec31fc589f901e2cea2d686 Author: luoe <luoe@chromium.org> Date: Tue Dec 06 21:52:58 2016 DevTools: show name descriptions before formatted TypedArrays This CL adds typed array names to their formatted output. Note: in the near future, the printArrayResult() branch will be folded into RemoteObjectPreviewFormatter. BUG= 632539 Review-Url: https://codereview.chromium.org/2557573002 Cr-Commit-Position: refs/heads/master@{#436752} [modify] https://crrev.com/3991a07a09e18157dec31fc589f901e2cea2d686/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt [modify] https://crrev.com/3991a07a09e18157dec31fc589f901e2cea2d686/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt [modify] https://crrev.com/3991a07a09e18157dec31fc589f901e2cea2d686/third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js [modify] https://crrev.com/3991a07a09e18157dec31fc589f901e2cea2d686/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js
Comment 1 by l...@chromium.org
, Sep 30 2016