Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc446 int frame_limit, StackTrace::StackTraceOptions options) { in CaptureCurrentStackTrace() argument
448 int limit = Max(frame_limit, 0); in CaptureCurrentStackTrace()
449 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit); in CaptureCurrentStackTrace()
1337 int frame_limit, in SetCaptureStackTraceForUncaughtExceptions() argument
1340 stack_trace_for_uncaught_exceptions_frame_limit_ = frame_limit; in SetCaptureStackTraceForUncaughtExceptions()
Disolate.h719 int frame_limit,
731 int frame_limit,
Dapi.cc2274 int frame_limit, in CurrentStackTrace() argument
2282 i_isolate->CaptureCurrentStackTrace(frame_limit, options); in CurrentStackTrace()
6328 int frame_limit, in SetCaptureStackTraceForUncaughtExceptions() argument
6332 frame_limit, in SetCaptureStackTraceForUncaughtExceptions()
/external/chromium_org/v8/include/
Dv8.h1350 int frame_limit,
5031 int frame_limit = 10,