summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-11-16 09:40:40 -0500
committerRefael Ackermann <refack@gmail.com>2018-11-17 11:32:11 -0500
commit6adbe9a9a0ad014b470507de400332075e733b10 (patch)
tree291f72c31e61011393c830717e4a6e5a62a80be7 /deps/v8/include
parent344a46ad03e8e9808df8b3cc99b6b4f39dec3ef8 (diff)
downloadandroid-node-v8-6adbe9a9a0ad014b470507de400332075e733b10.tar.gz
android-node-v8-6adbe9a9a0ad014b470507de400332075e733b10.tar.bz2
android-node-v8-6adbe9a9a0ad014b470507de400332075e733b10.zip
Revert "src: enable detailed source positions in V8"
This reverts commit e2a8e3221b2580c44579c738c12d00fb37298f4a. This reverts commit 715bbb9d04a320b4c1a234e1f9d878c116beb3f4. PR-URL: https://github.com/nodejs/node/pull/24394 Fixes: https://github.com/nodejs/node/issues/24393 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/v8/include')
-rw-r--r--deps/v8/include/v8-profiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/include/v8-profiler.h b/deps/v8/include/v8-profiler.h
index 3689a12272..9981061a44 100644
--- a/deps/v8/include/v8-profiler.h
+++ b/deps/v8/include/v8-profiler.h
@@ -341,12 +341,6 @@ class V8_EXPORT CpuProfiler {
V8_DEPRECATED("Use Isolate::SetIdle(bool) instead.",
void SetIdle(bool is_idle));
- /**
- * Generate more detailed source positions to code objects. This results in
- * better results when mapping profiling samples to script source.
- */
- static void UseDetailedSourcePositionsForProfiling(Isolate* isolate);
-
private:
CpuProfiler();
~CpuProfiler();