Name Description Size Coverage
forward-reference.js --- description: Named groups can be forward references. esid: sec-atomescape features: [regexp-named-groups] --- 288 -
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] --- 606 -
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] --- 605 -
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] --- 606 -
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] --- 605 -
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] --- 606 -
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] --- 605 -
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] --- 604 -
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] --- 605 -
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] --- 598 -
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] --- 604 -
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] --- 614 -
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] --- 613 -
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] --- 607 -
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] --- 606 -
invalid-empty-groupspecifier-u.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-empty-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 333 -
invalid-identity-escape-in-capture-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 332 -
invalid-incomplete-groupname-2-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 335 -
invalid-incomplete-groupname-2.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-incomplete-groupname-3-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 335 -
invalid-incomplete-groupname-3.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-incomplete-groupname-4.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-incomplete-groupname-5.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-incomplete-groupname-6.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 332 -
invalid-incomplete-groupname-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 333 -
invalid-incomplete-groupname-without-group-2-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 328 -
invalid-incomplete-groupname-without-group-3-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 326 -
invalid-incomplete-groupname-without-group-u.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 328 -
invalid-incomplete-groupname.js --- description: GroupName is `< RegExpIdentifierName >`. esid: prod-GroupName negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 332 -
invalid-lone-surrogate-groupname.js --- description: Lone surrogates in RegExp group names esid: prod-GroupSpecifier features: [regexp-named-groups] --- 553 -
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] --- 336 -
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] --- 335 -
invalid-non-id-continue-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 337 -
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] --- 338 -
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] --- 337 -
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] --- 346 -
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] --- 341 -
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] --- 340 -
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] --- 341 -
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] --- 340 -
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] --- 343 -
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] --- 344 -
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] --- 335 -
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] --- 334 -
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] --- 345 -
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] --- 337 -
invalid-non-id-start-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 336 -
invalid-numeric-groupspecifier-u.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 337 -
invalid-numeric-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 336 -
invalid-punctuator-starting-groupspecifier-u.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 336 -
invalid-punctuator-starting-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 335 -
invalid-punctuator-within-groupspecifier-u.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 336 -
invalid-punctuator-within-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 335 -
invalid-unterminated-groupspecifier-u.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 334 -
invalid-unterminated-groupspecifier.js --- description: GroupSpecifier must be identifier-like. esid: prod-GroupSpecifier negative: phase: parse type: SyntaxError features: [regexp-named-groups] --- 333 -