Add clone tests for array buffers.

This commit is contained in:
John-David Dalton
2014-05-30 15:24:36 -04:00
parent e259f300b1
commit 2f9ba719d4
2 changed files with 25 additions and 7 deletions

View File

@@ -1221,7 +1221,7 @@
}
switch (className) {
case arrayBufferClass:
return value.slice();
return value.slice(0);
case boolClass:
case dateClass: