add esid to Dataview frontmatter

This commit is contained in:
deathbearbrown 2017-07-27 10:15:48 -07:00 committed by Rick Waldron
parent 2fa2c91899
commit fe494ed4d7
27 changed files with 27 additions and 0 deletions

View File

@ -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-dataview.prototype-@@tostringtag
es6id: 24.2.4.21
description: >
`Symbol.toStringTag` property descriptor

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-get-dataview.prototype.buffer
es6id: 24.2.4.1
description: >
get DataView.prototype.buffer.length is 0.

View File

@ -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-dataview.prototype.buffer
es6id: 24.2.4.2
description: >
get DataView.prototype.buffer

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-get-dataview.prototype.bytelength
es6id: 24.2.4.2
description: >
get DataView.prototype.byteLength.length is 0.

View File

@ -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-dataview.prototype.bytelength
es6id: 24.2.4.2
description: >
get DataView.prototype.byteLength

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-get-dataview.prototype.byteoffset
es6id: 24.2.4.3
description: >
get DataView.prototype.byteOffset.length is 0.

View File

@ -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-dataview.prototype.byteoffset
es6id: 24.2.4.2
description: >
get DataView.prototype.byteOffset

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getfloat32
es6id: 24.2.4.5
description: >
DataView.prototype.getFloat32.name is "getFloat32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getfloat64
es6id: 24.2.4.6
description: >
DataView.prototype.getFloat64.name is "getFloat64".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getint16
es6id: 24.2.4.8
description: >
DataView.prototype.getInt16.name is "getInt16".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getint32
es6id: 24.2.4.9
description: >
DataView.prototype.getInt32.name is "getInt32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getint8
es6id: 24.2.4.7
description: >
DataView.prototype.getInt8.length is 1.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getint8
es6id: 24.2.4.7
description: >
DataView.prototype.getInt8.name is "getInt8".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getuint16
es6id: 24.2.4.11
description: >
DataView.prototype.getUint16.name is "getUint16".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getuint32
es6id: 24.2.4.12
description: >
DataView.prototype.getUint32.name is "getUint32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getuint8
es6id: 24.2.4.10
description: >
DataView.prototype.getUint8.length is 1.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getuint8
es6id: 24.2.4.10
description: >
DataView.prototype.getUint8.name is "getUint8".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setfloat32
es6id: 24.2.4.13
description: >
DataView.prototype.setFloat32.name is "setFloat32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setfloat64
es6id: 24.2.4.14
description: >
DataView.prototype.setFloat64.name is "setFloat64".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setint16
es6id: 24.2.4.16
description: >
DataView.prototype.setInt16.name is "setInt16".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setint32
es6id: 24.2.4.17
description: >
DataView.prototype.setInt32.name is "setInt32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setint8
es6id: 24.2.4.15
description: >
DataView.prototype.setInt8.length is 2.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setint8
es6id: 24.2.4.15
description: >
DataView.prototype.setInt8.name is "setInt8".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setuint16
es6id: 24.2.4.19
description: >
DataView.prototype.setUint16.name is "setUint16".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setuint32
es6id: 24.2.4.20
description: >
DataView.prototype.setUint32.name is "setUint32".

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setuint8
es6id: 24.2.4.18
description: >
DataView.prototype.setUint8.length is 2.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setuint8
es6id: 24.2.4.18
description: >
DataView.prototype.setUint8.name is "setUint8".