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 677 int frame_limit = stack_trace_for_uncaught_exceptions_frame_limit_; local
678 if (frame_limit < 0) frame_limit = (elements_limit - 1) / 4;
680 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit);
681 for (int i = 1; i < elements_limit && frames_seen < frame_limit; i += 4) {
703 int frame_limit, StackTrace::StackTraceOptions options) {
707 int limit = Max(frame_limit, 0);
708 Handle<JSArray> stack_trace = factory()->NewJSArray(frame_limit);
    [all...]
isolate.h 681 int frame_limit,
696 int frame_limit,
    [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 138 milliseconds