2020-12-01 19:37:17 +00:00
|
|
|
<!-- 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>
|
2020-12-14 09:41:32 +00:00
|
|
|
#sourceCode {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
2020-12-01 19:37:17 +00:00
|
|
|
</style>
|
|
|
|
<div class="panel">
|
2021-05-03 12:50:10 +00:00
|
|
|
<input type="checkbox" id="closer" class="panelCloserInput" checked>
|
|
|
|
<label class="panelCloserLabel" for="closer">▼</label>
|
|
|
|
<h2 class="title">Code Panel</h2>
|
2021-01-07 09:22:38 +00:00
|
|
|
<div class="selection">
|
|
|
|
<select id="codeSelect"></select>
|
|
|
|
<button id="selectedRelatedButton">Select Related Events</button>
|
|
|
|
</div>
|
2020-12-01 19:37:17 +00:00
|
|
|
<div class="panelBody">
|
2021-06-15 11:19:00 +00:00
|
|
|
<h3>Properties</h3>
|
|
|
|
<property-link-table id="properties"></property-link-table>
|
2020-12-09 08:01:26 +00:00
|
|
|
<h3>Disassembly</h3>
|
|
|
|
<pre id="disassembly"></pre>
|
|
|
|
<h3>Source Code</h3>
|
|
|
|
<pre id="sourceCode"></pre>
|
2020-12-01 19:37:17 +00:00
|
|
|
</div>
|
|
|
|
</div>
|