-
- Downloads
Add test for built-in accessor properties names
Including: - 21.2.4.2 get RegExp [ @@species ] - 21.2.5.3 get RegExp.prototype.flags - 21.2.5.4 get RegExp.prototype.global - 21.2.5.5 get RegExp.prototype.ignoreCase - 21.2.5.7 get RegExp.prototype.multiline - 21.2.5.10 get RegExp.prototype.source - 21.2.5.12 get RegExp.prototype.sticky - 21.2.5.15 get RegExp.prototype.unicode - 22.1.2.5 get Array [ @@species ] - 23.1.2.2 get Map [ @@species ] - 23.2.2.2 get Set [ @@species ] - 24.1.3.3 get ArrayBuffer [ @@species ] - 24.1.4.1 get ArrayBuffer.prototype.byteLength - 24.2.4.1 get DataView.prototype.buffer - 24.2.4.2 get DataView.prototype.byteLength - 24.2.4.3 get DataView.prototype.byteOffset - 25.4.4.6 get Promise [ @@species ] - B.2.2.1.1 get Object.prototype.__proto__ - B.2.2.1.2 set Object.prototype.__proto__ Skipped TypedArray tests in order to avoid an early test strategy definition for them.
Showing
- test/built-ins/Array/symbol-species-name.js 25 additions, 0 deletionstest/built-ins/Array/symbol-species-name.js
- test/built-ins/ArrayBuffer/prototype/byteLength/name.js 27 additions, 0 deletionstest/built-ins/ArrayBuffer/prototype/byteLength/name.js
- test/built-ins/ArrayBuffer/symbol-species-name.js 25 additions, 0 deletionstest/built-ins/ArrayBuffer/symbol-species-name.js
- test/built-ins/DataView/prototype/buffer/name.js 27 additions, 0 deletionstest/built-ins/DataView/prototype/buffer/name.js
- test/built-ins/DataView/prototype/byteLength/name.js 27 additions, 0 deletionstest/built-ins/DataView/prototype/byteLength/name.js
- test/built-ins/DataView/prototype/byteOffset/name.js 27 additions, 0 deletionstest/built-ins/DataView/prototype/byteOffset/name.js
- test/built-ins/Map/symbol-species-name.js 20 additions, 0 deletionstest/built-ins/Map/symbol-species-name.js
- test/built-ins/Object/prototype/__proto__/get-name.js 26 additions, 0 deletionstest/built-ins/Object/prototype/__proto__/get-name.js
- test/built-ins/Object/prototype/__proto__/set-name.js 26 additions, 0 deletionstest/built-ins/Object/prototype/__proto__/set-name.js
- test/built-ins/Promise/symbol-species-name.js 20 additions, 0 deletionstest/built-ins/Promise/symbol-species-name.js
- test/built-ins/RegExp/prototype/flags/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/flags/name.js
- test/built-ins/RegExp/prototype/global/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/global/name.js
- test/built-ins/RegExp/prototype/ignoreCase/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/ignoreCase/name.js
- test/built-ins/RegExp/prototype/multiline/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/multiline/name.js
- test/built-ins/RegExp/prototype/source/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/source/name.js
- test/built-ins/RegExp/prototype/sticky/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/sticky/name.js
- test/built-ins/RegExp/prototype/unicode/name.js 24 additions, 0 deletionstest/built-ins/RegExp/prototype/unicode/name.js
- test/built-ins/RegExp/symbol-species-name.js 25 additions, 0 deletionstest/built-ins/RegExp/symbol-species-name.js
- test/built-ins/Set/symbol-species-name.js 20 additions, 0 deletionstest/built-ins/Set/symbol-species-name.js
Loading
Please register or sign in to comment