mirror of https://github.com/tc39/test262.git
add esid to Array/of
This commit is contained in:
parent
1341088b36
commit
005e570f7c
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: Passes the number of arguments to the constructor it calls.
|
||||
info: >
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Array.of method creates a new Array with a variable number of arguments.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: Array.of does not use prototype properties for arguments.
|
||||
info: >
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Array.of.length value and property descriptor
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Array.of.name value and property descriptor
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Array.of is not a constructor.
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Array.of property descriptor
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Returns an instance from a custom constructor.
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Returns a new Array.
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Return abrupt from this' constructor
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Return abrupt from Data Property creation
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Return abrupt from Data Property creation
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Return abrupt from setting the length property.
|
||||
|
|
|
@ -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-array.of
|
||||
es6id: 22.1.2.3
|
||||
description: >
|
||||
Calls the length setter if available
|
||||
|
|
Loading…
Reference in New Issue