Home
last modified time | relevance | path

Searched refs:frame_limit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Disolate.cc751 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()
Disolate.h686 int frame_limit,
701 int frame_limit,
Dapi.cc2731 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/
Dv8.h1567 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,