browser.js |
|
0 |
forward-reference.js |
---
description: Named groups can be forward references.
esid: sec-atomescape
features: [regexp-named-groups]
--- |
310 |
invalid-dangling-groupname-2-u.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
637 |
invalid-dangling-groupname-2.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
636 |
invalid-dangling-groupname-3-u.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
637 |
invalid-dangling-groupname-3.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
636 |
invalid-dangling-groupname-4-u.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
637 |
invalid-dangling-groupname-4.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
636 |
invalid-dangling-groupname-5.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
635 |
invalid-dangling-groupname-u.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
636 |
invalid-dangling-groupname-without-group-u.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
629 |
invalid-dangling-groupname.js |
---
description: Group reference must have corresponding group.
info: |
It is a Syntax Error if the enclosing Pattern does not contain a
GroupSpecifier with an enclosed RegExpIdentifierName whose StringValue
equals the StringValue of the RegExpIdentifierName of this production's
GroupName.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
635 |
invalid-duplicate-groupspecifier-2-u.js |
---
description: GroupSpecifiers within one alternative must be unique.
info: |
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
645 |
invalid-duplicate-groupspecifier-2.js |
---
description: GroupSpecifiers within one alternative must be unique.
info: |
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
644 |
invalid-duplicate-groupspecifier-u.js |
---
description: GroupSpecifiers within one alternative must be unique.
info: |
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
638 |
invalid-duplicate-groupspecifier.js |
---
description: GroupSpecifiers within one alternative must be unique.
info: |
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
esid: sec-patterns-static-semantics-early-errors
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
637 |
invalid-empty-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-empty-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
364 |
invalid-identity-escape-in-capture-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
363 |
invalid-incomplete-groupname-2-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-incomplete-groupname-2.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-incomplete-groupname-3-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-incomplete-groupname-3.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-incomplete-groupname-4.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-incomplete-groupname-5.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-incomplete-groupname-6.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
363 |
invalid-incomplete-groupname-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
364 |
invalid-incomplete-groupname-without-group-2-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
359 |
invalid-incomplete-groupname-without-group-3-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
357 |
invalid-incomplete-groupname-without-group-u.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
359 |
invalid-incomplete-groupname.js |
---
description: GroupName is `< RegExpIdentifierName >`.
esid: prod-GroupName
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
363 |
invalid-lone-surrogate-groupname.js |
---
description: Lone surrogates in RegExp group names
esid: prod-GroupSpecifier
features: [regexp-named-groups]
--- |
575 |
invalid-non-id-continue-groupspecifier-4-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
367 |
invalid-non-id-continue-groupspecifier-4.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-non-id-continue-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
368 |
invalid-non-id-start-groupspecifier-2-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
369 |
invalid-non-id-start-groupspecifier-2.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
368 |
invalid-non-id-start-groupspecifier-3.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
377 |
invalid-non-id-start-groupspecifier-4-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
372 |
invalid-non-id-start-groupspecifier-4.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
371 |
invalid-non-id-start-groupspecifier-5-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
372 |
invalid-non-id-start-groupspecifier-5.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
371 |
invalid-non-id-start-groupspecifier-6.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
374 |
invalid-non-id-start-groupspecifier-7.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
375 |
invalid-non-id-start-groupspecifier-8-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-non-id-start-groupspecifier-8.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-non-id-start-groupspecifier-9-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
376 |
invalid-non-id-start-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
368 |
invalid-non-id-start-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
367 |
invalid-numeric-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
368 |
invalid-numeric-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
367 |
invalid-punctuator-starting-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
367 |
invalid-punctuator-starting-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-punctuator-within-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
367 |
invalid-punctuator-within-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
366 |
invalid-unterminated-groupspecifier-u.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
365 |
invalid-unterminated-groupspecifier.js |
---
description: GroupSpecifier must be identifier-like.
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
--- |
364 |
shell.js |
|
0 |