diff options
author | deathbearbrown <deathbearbrown@gmail.com> | 2017-07-03 10:44:06 -0700 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2017-07-12 17:07:38 -0400 |
commit | c2195a0aa16cb548b0a50651130924ca6527bc55 (patch) | |
tree | 6221339d74e0a4249455d5e374f512d22bbf8a3f /test/built-ins/ArrayBuffer | |
parent | 9c69a0204e911cbdeecaf3c5be1c68ce81862b0f (diff) | |
download | qtdeclarative-testsuites-c2195a0aa16cb548b0a50651130924ca6527bc55.tar.gz |
add esid to ArrayBuffer/prototype/byteLength tests
Diffstat (limited to 'test/built-ins/ArrayBuffer')
-rw-r--r-- | test/built-ins/ArrayBuffer/prototype/byteLength/length.js | 1 | ||||
-rw-r--r-- | test/built-ins/ArrayBuffer/prototype/byteLength/name.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/built-ins/ArrayBuffer/prototype/byteLength/length.js b/test/built-ins/ArrayBuffer/prototype/byteLength/length.js index 942f322f6..15cde294b 100644 --- a/test/built-ins/ArrayBuffer/prototype/byteLength/length.js +++ b/test/built-ins/ArrayBuffer/prototype/byteLength/length.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-get-arraybuffer.prototype.bytelength es6id: 24.1.4.1 description: > get ArrayBuffer.prototype.byteLength.length is 0. diff --git a/test/built-ins/ArrayBuffer/prototype/byteLength/name.js b/test/built-ins/ArrayBuffer/prototype/byteLength/name.js index 45f55e288..99cf497fe 100644 --- a/test/built-ins/ArrayBuffer/prototype/byteLength/name.js +++ b/test/built-ins/ArrayBuffer/prototype/byteLength/name.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-get-arraybuffer.prototype.bytelength es6id: 24.1.4.1 description: > get ArrayBuffer.prototype.byteLength |