aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/tools/callstats.html
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-03-12 09:01:49 +0100
committerMichaël Zasso <targos@protonmail.com>2019-03-14 18:49:21 +0100
commit7b48713334469818661fe276cf571de9c7899f2d (patch)
tree4dbda49ac88db76ce09dc330a0cb587e68e139ba /deps/v8/tools/callstats.html
parent8549ac09b256666cf5275224ec58fab9939ff32e (diff)
downloadandroid-node-v8-7b48713334469818661fe276cf571de9c7899f2d.tar.gz
android-node-v8-7b48713334469818661fe276cf571de9c7899f2d.tar.bz2
android-node-v8-7b48713334469818661fe276cf571de9c7899f2d.zip
deps: update V8 to 7.3.492.25
PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'deps/v8/tools/callstats.html')
-rw-r--r--deps/v8/tools/callstats.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/deps/v8/tools/callstats.html b/deps/v8/tools/callstats.html
index 2afd0602d8..1ceca83db0 100644
--- a/deps/v8/tools/callstats.html
+++ b/deps/v8/tools/callstats.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<!--
Copyright 2016 the V8 project authors. All rights reserved. Use of this source
@@ -5,7 +6,8 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
-->
<head>
- <meta charset="UTF-8">
+ <meta charset="utf-8">
+ <title>V8 Runtime Stats Komparator</title>
<style>
body {
font-family: arial;
@@ -228,8 +230,8 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
display: none;
}
</style>
- <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
- <script type="text/javascript">
+ <script src="https://www.gstatic.com/charts/loader.js"></script>
+ <script>
"use strict"
google.charts.load('current', {packages: ['corechart']});
@@ -957,7 +959,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
}
}
</script>
- <script type="text/javascript">
+ <script>
"use strict"
// =========================================================================
// Helpers
@@ -1058,7 +1060,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
}
</script>
- <script type="text/javascript">
+ <script>
"use strict"
// =========================================================================
// EventHandlers
@@ -1305,7 +1307,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
window.open(url,'_blank');
}
</script>
- <script type="text/javascript">
+ <script>
"use strict"
// =========================================================================
class Versions {