Lines Matching defs:length
142 int num_objects = break_points_current_hit->length();
624 for (int i = 0; i < array->length(); ++i) {
697 if (!break_point->condition().length()) return true;
806 for (int i = 0; i < break_points.length(); i++) {
936 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0;
968 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0;
1037 int num_objects = array->length();
1355 for (int i = 0; i < debug_info->break_points().length(); ++i) {
1835 script->shared_function_infos().length());
2098 Handle<FixedArray> results = factory->NewFixedArray(array->length());
2099 int length = 0;
2104 if (script.HasValidSource()) results->set(length++, script);
2107 return FixedArray::ShrinkOrEmpty(isolate_, results, length);
2273 for (int i = 0; i < break_points_hit->length(); ++i) {