mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 15:34:29 +02:00
fix metadata for regexp.prototype.dotall
This commit is contained in:
parent
bfc9020d51
commit
f2db2b6829
@ -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: pending
|
esid: sec-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
get RegExp.prototype.dotAll.length is 0.
|
get RegExp.prototype.dotAll.length is 0.
|
||||||
info: >
|
info: >
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2017 the V8 project authors. All rights reserved.
|
// Copyright (C) 2017 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: pending
|
esid: sec-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
RegExp.prototype.dotAll name
|
RegExp.prototype.dotAll name
|
||||||
info: >
|
info: >
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2017 the V8 project authors. All rights reserved.
|
// Copyright (C) 2017 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: pending
|
esid: sec-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
`pending` property descriptor
|
`pending` property descriptor
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,15 +2,16 @@
|
|||||||
// 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-get-regexp.prototype.dotall
|
||||||
description: Invoked on an object without an [[OriginalFlags]] internal slot
|
description: Invoked on an object without an [[OriginalFlags]] internal slot
|
||||||
esid: pending
|
|
||||||
info: >
|
info: >
|
||||||
get RegExp.prototype.dotAll
|
get RegExp.prototype.dotAll
|
||||||
|
|
||||||
1. Let R be the this value.
|
1. Let R be the this value.
|
||||||
2. If Type(R) is not Object, throw a TypeError exception.
|
2. If Type(R) is not Object, throw a TypeError exception.
|
||||||
3. If R does not have an [[OriginalFlags]] internal slot, throw a TypeError
|
3. If R does not have an [[OriginalFlags]] internal slot, then
|
||||||
exception.
|
a. If SameValue(R, %RegExpPrototype%) is true, return undefined.
|
||||||
|
b. Otherwise, throw a TypeError exception.
|
||||||
features: [regexp-dotall]
|
features: [regexp-dotall]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
// 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-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
`dotAll` accessor invoked on a non-object value
|
`dotAll` accessor invoked on a non-object value
|
||||||
esid: pending
|
|
||||||
info: >
|
info: >
|
||||||
get RegExp.prototype.dotAll
|
get RegExp.prototype.dotAll
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
// Copyright (C) 2017 the V8 project authors. All rights reserved.
|
// Copyright (C) 2017 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: pending
|
esid: sec-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
Return value of `undefined` when the "this" value is the RegExp prototype
|
Return value of `undefined` when the "this" value is the RegExp prototype
|
||||||
object
|
object
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
// 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-get-regexp.prototype.dotall
|
||||||
description: >
|
description: >
|
||||||
`dotAll` accessor function invoked on a RegExp instance
|
`dotAll` accessor function invoked on a RegExp instance
|
||||||
esid: pending
|
|
||||||
info: >
|
info: >
|
||||||
21.2.5.12 get RegExp.prototype.dotAll
|
21.2.5.12 get RegExp.prototype.dotAll
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user