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>
|
|
|
|
</style>
|
|
|
|
<div class="panel">
|
|
|
|
<h2>Code Panel</h2>
|
2020-12-09 08:01:26 +00:00
|
|
|
<select id="codeSelect"></select>
|
2020-12-01 19:37:17 +00:00
|
|
|
<div class="panelBody">
|
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>
|