Home
last modified time | relevance | path

Searched refs:frame_limit (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-debug.h146 * \param frame_limit The maximum number of stack frames we want to capture.
151 Isolate* isolate, int frame_limit, StackTraceOptions options = kDetailed);
H A Dv8-isolate.h1591 bool capture, int frame_limit = 10,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-debug.h146 * \param frame_limit The maximum number of stack frames we want to capture.
151 Isolate* isolate, int frame_limit, StackTraceOptions options = kDetailed);
H A Dv8-isolate.h1576 bool capture, int frame_limit = 10,
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c475 uint16_t frame_limit; in usbd_transfer_setup_sub() local
490 frame_limit = USB_MAX_FS_ISOC_FRAMES_PER_XFER; in usbd_transfer_setup_sub()
494 frame_limit = USB_MAX_HS_ISOC_FRAMES_PER_XFER; in usbd_transfer_setup_sub()
505 if (xfer->nframes > frame_limit) { in usbd_transfer_setup_sub()
/third_party/node/deps/v8/src/execution/
H A Disolate.h893 bool capture, int frame_limit, StackTrace::StackTraceOptions options);
H A Disolate.cc2797 bool capture, int frame_limit, StackTrace::StackTraceOptions options) { in ThrowInternal()
2799 stack_trace_for_uncaught_exceptions_frame_limit_ = frame_limit; in ThrowInternal()
2796 SetCaptureStackTraceForUncaughtExceptions( bool capture, int frame_limit, StackTrace::StackTraceOptions options) ThrowInternal() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc3165 int frame_limit, in CurrentStackTrace()
3170 i_isolate->CaptureDetailedStackTrace(frame_limit, options); in CurrentStackTrace()
9499 bool capture, int frame_limit, StackTrace::StackTraceOptions options) { in SetCaptureStackTraceForUncaughtExceptions()
9501 isolate->SetCaptureStackTraceForUncaughtExceptions(capture, frame_limit, in SetCaptureStackTraceForUncaughtExceptions()
3164 CurrentStackTrace(Isolate* isolate, int frame_limit, StackTraceOptions options) CurrentStackTrace() argument
9498 SetCaptureStackTraceForUncaughtExceptions( bool capture, int frame_limit, StackTrace::StackTraceOptions options) SetCaptureStackTraceForUncaughtExceptions() argument

Completed in 42 milliseconds