Searched refs:PrepareStackTraceScope (Results 1 – 1 of 1) sorted by relevance
857 class PrepareStackTraceScope { class859 explicit PrepareStackTraceScope(Isolate* isolate) : isolate_(isolate) { in PrepareStackTraceScope() function in v8::internal::__anonf1d2e8510411::PrepareStackTraceScope864 ~PrepareStackTraceScope() { isolate_->set_formatting_stack_trace(false); } in ~PrepareStackTraceScope()869 DISALLOW_COPY_AND_ASSIGN(PrepareStackTraceScope);896 PrepareStackTraceScope scope(isolate); in FormatStackTrace()