0f9bf544da
- Display the source code in the code-panel - Add selection dropdown to code-panel - Add more filter propertyNames to CodeLogEntry - Rename list panel titles to "XXX List" - Add +10, +100 buttons for LazyTables - Add Color.darken Change-Id: Ia41c41c1d6cc949dfe766397ba6b72edc29797aa Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2578945 Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Auto-Submit: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#71674}
20 lines
480 B
HTML
20 lines
480 B
HTML
<!-- Copyright 2020 the V8 project authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style license that can be
|
|
found in the LICENSE file. -->
|
|
|
|
<head>
|
|
<link href="./index.css" rel="stylesheet">
|
|
</head>
|
|
<style>
|
|
</style>
|
|
<div class="panel">
|
|
<h2>Code Panel</h2>
|
|
<select id="codeSelect"></select>
|
|
<div class="panelBody">
|
|
<h3>Disassembly</h3>
|
|
<pre id="disassembly"></pre>
|
|
<h3>Source Code</h3>
|
|
<pre id="sourceCode"></pre>
|
|
</div>
|
|
</div>
|