mirror of https://github.com/tc39/test262.git
parent
8953024f1a
commit
87e875f6c9
|
@ -2,7 +2,7 @@
|
||||||
// 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-math-object
|
esid: sec-reflect-object
|
||||||
description: >
|
description: >
|
||||||
Property descriptor of Reflect
|
Property descriptor of Reflect
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -8,7 +8,7 @@ info: |
|
||||||
es5id: 11.4.1-4.a-11
|
es5id: 11.4.1-4.a-11
|
||||||
description: >
|
description: >
|
||||||
delete operator returns true on deleting arguments
|
delete operator returns true on deleting arguments
|
||||||
propterties(arguments.callee)
|
properties(arguments.callee)
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue