| <!-- 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. --> |
| <link href="./index.css" rel="stylesheet"> |
| background-color: var(--surface-color); |
| padding: 10px 10px 10px 10px; |
| border-collapse: collapse; |
| border-bottom: 1px var(--on-surface-color) dotted; |
| #nameTable tr td:nth-child(1) { |
| #typeTable tr td:nth-child(2) { |
| <table id="typeTable" class="statsTable"> |
| <tr><td></td><td>Type</td><td>Count</td><td>Percent</td></tr> |
| <tr><td>Count</td><td>Propery Name</td></tr> |
| <tr><td colspan="2" class="clickable">Show more...</td></tr> |