Searched refs:PrepareStackTraceScope (Results 1 – 1 of 1) sorted by relevance
900 class PrepareStackTraceScope { class902 explicit PrepareStackTraceScope(Isolate* isolate) : isolate_(isolate) { in PrepareStackTraceScope() function in v8::internal::__anon038698f00411::PrepareStackTraceScope907 ~PrepareStackTraceScope() { isolate_->set_formatting_stack_trace(false); } in ~PrepareStackTraceScope()912 DISALLOW_COPY_AND_ASSIGN(PrepareStackTraceScope);939 PrepareStackTraceScope scope(isolate); in FormatStackTrace()