| commit | ef596a22eb27ec50b348c01684a6cf3940bca560 | [log] [tgz] |
|---|---|---|
| author | esprehn <esprehn@chromium.org> | Thu Jun 30 02:17:05 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 02:19:07 2016 |
| tree | 36f20285b736c263c09cfcd599d2f453968014a2 | |
| parent | a7666fc35b9261b8623312e1c0c7077ba17561db [diff] |
Move all the AtomicString hash logic into AtomicStringTable. This makes the code more clear by separating it from AtomicString itself. It will also allow us to do some clever things like storing a reference to the table in the PerIsolateData and skipping the TLS lookups in the bindings. Review-Url: https://codereview.chromium.org/2110813003 Cr-Commit-Position: refs/heads/master@{#403066}