HomeSort by relevance Sort by last modified time
    Searched refs:frame_limit (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
isolate.cc 618 int frame_limit = stack_trace_for_uncaught_exceptions_frame_limit_; local
619 if (frame_limit < 0) frame_limit = (elements_limit - 1) / 4;
621 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit);
622 for (int i = 1; i < elements_limit && frames_seen < frame_limit; i += 4) {
644 int frame_limit, StackTrace::StackTraceOptions options) {
648 int limit = Max(frame_limit, 0);
649 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit);
    [all...]
isolate.h 654 int frame_limit,
669 int frame_limit,
    [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 756 milliseconds