Lines Matching full:stacktrace
102 class StackTrace;
133 class StackTrace;
1469 Local<StackTrace> GetStackTrace() const;
1524 class V8_EXPORT StackTrace {
1555 * Returns StackTrace as a v8::Array that contains StackFrame objects.
1566 static Local<StackTrace> CurrentStackTrace(
1582 * when capturing the StackTrace.
1591 * capturing the StackTrace.
1599 * capturing the StackTrace.
4965 static Local<StackTrace> GetStackTrace(Local<Value> exception);
5014 Local<Value> value, Local<StackTrace> stack_trace)
5025 V8_INLINE Local<StackTrace> GetStackTrace() const) {
5033 Local<StackTrace> stack_trace_;
6008 StackTrace::StackTraceOptions options = StackTrace::kOverview);
6176 StackTrace::StackTraceOptions options = StackTrace::kOverview));
6591 V8_DEPRECATE_SOON("Use maybe version.", Local<Value> StackTrace() const);
6592 V8_WARN_UNUSED_RESULT MaybeLocal<Value> StackTrace(
8426 bool capture, int frame_limit, StackTrace::StackTraceOptions options) {