mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
Merge pull request #4151 from lahma/missing-compare-array-helpers
Add missing compareArray includes
This commit is contained in:
commit
b01075d87c
@ -3,6 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-uint8array.prototype.setfrombase64
|
esid: sec-uint8array.prototype.setfrombase64
|
||||||
description: Uint8Array.prototype.setFromBase64 decodes and writes chunks which occur prior to bad data
|
description: Uint8Array.prototype.setFromBase64 decodes and writes chunks which occur prior to bad data
|
||||||
|
includes: [compareArray.js]
|
||||||
features: [uint8array-base64, TypedArray]
|
features: [uint8array-base64, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-uint8array.prototype.setfromhex
|
esid: sec-uint8array.prototype.setfromhex
|
||||||
description: Uint8Array.prototype.setFromHex decodes and writes pairs which occur prior to bad data
|
description: Uint8Array.prototype.setFromHex decodes and writes pairs which occur prior to bad data
|
||||||
|
includes: [compareArray.js]
|
||||||
features: [uint8array-base64, TypedArray]
|
features: [uint8array-base64, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user