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.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: Passes the number of arguments to the constructor it calls.
|
description: Passes the number of arguments to the constructor it calls.
|
||||||
info: >
|
info: >
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Array.of method creates a new Array with a variable number of arguments.
|
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
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: Array.of does not use prototype properties for arguments.
|
description: Array.of does not use prototype properties for arguments.
|
||||||
info: >
|
info: >
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Array.of.length value and property descriptor
|
Array.of.length value and property descriptor
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Array.of.name value and property descriptor
|
Array.of.name value and property descriptor
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Array.of is not a constructor.
|
Array.of is not a constructor.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Array.of property descriptor
|
Array.of property descriptor
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Returns an instance from a custom constructor.
|
Returns an instance from a custom constructor.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Returns a new Array.
|
Returns a new Array.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from this' constructor
|
Return abrupt from this' constructor
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from Data Property creation
|
Return abrupt from Data Property creation
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from Data Property creation
|
Return abrupt from Data Property creation
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from setting the length property.
|
Return abrupt from setting the length property.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-array.of
|
||||||
es6id: 22.1.2.3
|
es6id: 22.1.2.3
|
||||||
description: >
|
description: >
|
||||||
Calls the length setter if available
|
Calls the length setter if available
|
||||||
|
|
Loading…
Reference in New Issue