Lines Matching defs:limit
705 CallSiteBuilder(Isolate* isolate, FrameSkipMode mode, int limit,
709 limit_(limit),
717 elements_ = isolate->factory()->NewFixedArray(std::min(64, limit));
912 // Ensure that limit is not negative.
1158 Handle<FixedArray> CaptureSimpleStackTrace(Isolate* isolate, int limit,
1162 "maxFrameCount", limit);
1168 CallSiteBuilder builder(isolate, mode, limit, caller);
1198 int limit = stack_trace_limit;
1208 if (limit < stack_trace_for_uncaught_exceptions_frame_limit_) {
1209 limit = stack_trace_for_uncaught_exceptions_frame_limit_;
1212 error_stack = CaptureSimpleStackTrace(this, limit, mode, caller);
1218 // cap for the stack trace (either a positive limit indicating that
1220 // the API, or a negative limit to indicate the opposite), or we
1231 int limit =
1235 limit_or_stack_frame_infos = handle(Smi::FromInt(limit), this);
1326 StackFrameBuilder(Isolate* isolate, int limit)
1330 limit_(limit) {}
1356 int limit, StackTrace::StackTraceOptions options) {
1358 "maxFrameCount", limit);
1359 StackFrameBuilder builder(this, limit);
1540 // Whoever calls this method should not have overflown the stack limit by too
4211 PrintF("Set up native stack object (limit: %p, base: %p)\n",