We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785a564 commit 415afe1Copy full SHA for 415afe1
deps/v8/include/v8-array-buffer.h
@@ -460,8 +460,7 @@ class V8_EXPORT ArrayBufferView : public Object {
460
* Copies |count| bytes from |source| starting at |source_start| into
461
* |target| starting at |target_start| using memmove semantics. Unlike
462
* 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.
+ * byte offsets, and requires no HandleScope.
465
*/
466
static void FastCopy(const ArrayBufferView* source, size_t source_start,
467
ArrayBufferView* target, size_t target_start,
0 commit comments