Home
last modified time | relevance | path

Searched refs:capture_stack_trace_for_uncaught_exceptions_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc531 if (capture_stack_trace_for_uncaught_exceptions_) { in CaptureAndSetCurrentStackTraceFor()
1095 if (capture_stack_trace_for_uncaught_exceptions_) { in DoThrow()
1285 capture_stack_trace_for_uncaught_exceptions_ = capture; in SetCaptureStackTraceForUncaughtExceptions()
1452 capture_stack_trace_for_uncaught_exceptions_(false), in Isolate()
Disolate.h1171 bool capture_stack_trace_for_uncaught_exceptions_; variable