v8/src/api
Leszek Swirski f2e987d6e7 [string] Make WriteToFlat take 'length' instead of 'end'
CopyChars takes a count parameter, not an end parameter, so we can save
some subtractions by passing in the count to WriteToFlat. Most of the
time the start,end arguments into WriteToFlat are 0,length anyway, so
this doesn't change a lot of places.

Change-Id: I9587c7afce529218a16b728c0477b87569df8e21
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3157947
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76813}
2021-09-14 09:30:29 +00:00
..
api-arguments-inl.h Reland "[counters] Fix reentrant timers for V8.Execute" 2021-08-09 18:41:50 +00:00
api-arguments.cc [cleanup] Avoid {Object::operator->} 2019-05-23 07:52:07 +00:00
api-arguments.h Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
api-inl.h [fastcall] Type-specialize CopyAndConvertArrayToCppBuffer 2021-07-30 10:52:12 +00:00
api-macros-undef.h Reland "[debug][api] Move debugger support to debug-interface.cc." 2021-01-28 15:07:19 +00:00
api-macros.h Remove flag to disable microtasks scope consistency checks 2021-05-07 12:03:33 +00:00
api-natives.cc [api] Implement signature checks using instance types 2021-08-09 11:01:15 +00:00
api-natives.h Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
api.cc [string] Make WriteToFlat take 'length' instead of 'end' 2021-09-14 09:30:29 +00:00
api.h Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
OWNERS Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00