e = njs_min(e, length);
if (e == p) {
+ if (njs_object_slots(&z)) {
+ njs_regexp_exec_result_free(vm, njs_array(&z));
+ }
+
q = q + 1;
continue;
}
}
if (array->length == limit) {
+ if (njs_object_slots(&z)) {
+ njs_regexp_exec_result_free(vm, njs_array(&z));
+ }
+
goto done;
}
}
if (array->length == limit) {
+ if (njs_object_slots(&z)) {
+ njs_regexp_exec_result_free(vm, njs_array(&z));
+ }
+
goto done;
}
}
+ if (njs_object_slots(&z)) {
+ njs_regexp_exec_result_free(vm, njs_array(&z));
+ }
+
q = p;
}