Skip to content

Commit 415afe1

Browse files
authored
Update v8-array-buffer.h
1 parent 785a564 commit 415afe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/v8/include/v8-array-buffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ class V8_EXPORT ArrayBufferView : public Object {
460460
* Copies |count| bytes from |source| starting at |source_start| into
461461
* |target| starting at |target_start| using memmove semantics. Unlike
462462
* CopyContents, this method handles both source and destination, supports
463-
* byte offsets, and requires no HandleScope. Behaviour is undefined
464-
* if either view is detached or if the range exceeds the view bounds.
463+
* byte offsets, and requires no HandleScope.
465464
*/
466465
static void FastCopy(const ArrayBufferView* source, size_t source_start,
467466
ArrayBufferView* target, size_t target_start,

0 commit comments

Comments
 (0)