Home | History | Annotate | Download | only in src

Lines Matching refs:source_length

1214   size_t source_length = NumberToSize(isolate, source->length());
1217 if (offset > target_length || offset + source_length > target_length ||
1218 offset + source_length < offset) { // overflow