Lines Matching defs:levels
689 const int64_t start_frame, const int64_t levels) {
692 static_cast<int64_t>(stack_frames.size()) < levels; i++) {
720 (start_frame - offset) > 0 ? start_frame - offset : -1, levels);
721 if (static_cast<int64_t>(stack_frames.size()) >= levels)
2007 // which requires that both the 'startFrame' and 'levels' arguments and the
3332 // "levels": {
3334 // "description": "The maximum number of frames to return. If levels is
3391 const auto levels = GetUnsigned(arguments, "levels", 0);
3395 levels == 0 ? INT64_MAX : levels);