Searched refs:frame_limit (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | isolate.cc | 751 int frame_limit, StackTrace::StackTraceOptions options) { in CaptureCurrentStackTrace() argument 756 int limit = Max(frame_limit, 0); in CaptureCurrentStackTrace() 757 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit); in CaptureCurrentStackTrace() 1860 int frame_limit, in Throw() argument 1863 stack_trace_for_uncaught_exceptions_frame_limit_ = frame_limit; in Throw()
|
D | isolate.h | 686 int frame_limit, 701 int frame_limit,
|
D | api.cc | 2731 int frame_limit, in CurrentStackTrace() argument 2739 i_isolate->CaptureCurrentStackTrace(frame_limit, options); in CurrentStackTrace() 8482 bool capture, int frame_limit, StackTrace::StackTraceOptions options) { in SetCaptureStackTraceForUncaughtExceptions() argument 8484 isolate->SetCaptureStackTraceForUncaughtExceptions(capture, frame_limit, in SetCaptureStackTraceForUncaughtExceptions()
|
/external/v8/include/ |
D | v8.h | 1567 int frame_limit, 7118 bool capture, int frame_limit = 10, 7291 bool capture, int frame_limit = 10, 9615 bool capture, int frame_limit, StackTrace::StackTraceOptions options) { 9617 isolate->SetCaptureStackTraceForUncaughtExceptions(capture, frame_limit,
|