Reviewers: Toon Verwaest,
Description:
Removed dead stack printing code.
Please review this at https://codereview.chromium.org/77723007/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -8 lines):
M src/isolate.h
M src/isolate.cc
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index
195a712afe2e2ad4338bb8a639ecfa753705b7ca..77a4384e78fa8a5ca3e4de1d5a40b064052459bb
100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -653,11 +653,6 @@ Handle<JSArray> Isolate::CaptureCurrentStackTrace(
}
-void Isolate::PrintStack() {
- PrintStack(stdout);
-}
-
-
void Isolate::PrintStack(FILE* out) {
if (stack_trace_nesting_level_ == 0) {
stack_trace_nesting_level_++;
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index
3c55883a86aefa802031c5d1b38b1ba8d05236f3..1a481209d784cc430f1ddcf29ff95be222377ba4
100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -716,10 +716,8 @@ class Isolate {
}
void PrintCurrentStackTrace(FILE* out);
- void PrintStackTrace(FILE* out, char* thread_data);
void PrintStack(StringStream* accumulator);
void PrintStack(FILE* out);
- void PrintStack();
Handle<String> StackTraceString();
NO_INLINE(void PushStackTraceAndDie(unsigned int magic,
Object* object,
@@ -1239,7 +1237,6 @@ class Isolate {
void InitializeThreadLocal();
- void PrintStackTrace(FILE* out, ThreadLocalTop* thread);
void MarkCompactPrologue(bool is_compacting,
ThreadLocalTop* archived_thread_data);
void MarkCompactEpilogue(bool is_compacting,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.