Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: include/libplatform/libplatform.h

Issue 2854173002: Make in process stack dumping optional. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/d8.cc » ('j') | src/flag-definitions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libplatform/libplatform.h
diff --git a/include/libplatform/libplatform.h b/include/libplatform/libplatform.h
index 55a10204ee2c11b805a0adbebb0ffa9e77523cc9..78b178590f78e81926ce0dd81f7bd1b56f0f6b97 100644
--- a/include/libplatform/libplatform.h
+++ b/include/libplatform/libplatform.h
@@ -27,7 +27,8 @@ enum class IdleTaskSupport { kDisabled, kEnabled };
*/
V8_PLATFORM_EXPORT v8::Platform* CreateDefaultPlatform(
int thread_pool_size = 0,
- IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled);
+ IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
+ bool in_process_stack_dumping = true);
jochen (gone - plz use gerrit) 2017/05/03 10:42:08 please make this an enum class instead of a bool
Oliver Chang 2017/05/03 16:25:19 Done.
/**
* Pumps the message loop for the given isolate.
« no previous file with comments | « no previous file | src/d8.cc » ('j') | src/flag-definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698