summaryrefslogtreecommitdiff
path: root/lib/internal/v8_prof_processor.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-01-30 09:23:16 -0500
committerJames M Snell <jasnell@gmail.com>2018-02-02 10:58:30 -0800
commit42258d7e54a4772dda3b3253c4b7cbca7175d360 (patch)
treedf27085c0d655314a2009e6f103d21092e3af64c /lib/internal/v8_prof_processor.js
parent70dcacd7101be14321b8a1c05de75a78b4656704 (diff)
downloadandroid-node-v8-42258d7e54a4772dda3b3253c4b7cbca7175d360.tar.gz
android-node-v8-42258d7e54a4772dda3b3253c4b7cbca7175d360.tar.bz2
android-node-v8-42258d7e54a4772dda3b3253c4b7cbca7175d360.zip
lib: include missing profiler file
This commit includes deps/v8/tools/arguments.js, which is needed by the profiler. PR-URL: https://github.com/nodejs/node/pull/18455 Fixes: https://github.com/nodejs/node/issues/18451 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'lib/internal/v8_prof_processor.js')
-rw-r--r--lib/internal/v8_prof_processor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/v8_prof_processor.js b/lib/internal/v8_prof_processor.js
index c255debc9f..9c63430f96 100644
--- a/lib/internal/v8_prof_processor.js
+++ b/lib/internal/v8_prof_processor.js
@@ -8,6 +8,7 @@ const scriptFiles = [
'internal/deps/v8/tools/profile',
'internal/deps/v8/tools/profile_view',
'internal/deps/v8/tools/logreader',
+ 'internal/deps/v8/tools/arguments',
'internal/deps/v8/tools/tickprocessor',
'internal/deps/v8/tools/SourceMap',
'internal/deps/v8/tools/tickprocessor-driver'