Name Description Size Coverage
await-module.js --- esid: sec-reserved-words es6id: 11.6.2 description: The `await` token is not permitted as an identifier in module code flags: [module] negative: phase: parse type: SyntaxError --- 361 -
await-script.js --- esid: sec-reserved-words es6id: 11.6.2 description: The `await` token is permitted as an identifier in script code --- 277 -
ident-name-global-property-accessor.js --- es5id: 7.6.1-4-16 description: > Allow global constant properties as property names by accessor function within an object. --- 1094 -
ident-name-global-property-memberexpr-str.js --- es5id: 7.6.1-3-16 description: > Allow global constant properties as property names by index assignment. --- 759 -
ident-name-global-property-memberexpr.js --- es5id: 7.6.1-2-16 description: > Allow global constant properties as property names by dot operator assignment --- 756 -
ident-name-global-property-prop-name.js --- es5id: 7.6.1-1-16 description: > Allow global constant properties as property names at object initialization. --- 730 -
ident-name-keyword-accessor.js --- es5id: 7.6.1-4-2 description: > Allow reserved words as property names by accessor functions within an object. --- 4843 -
ident-name-keyword-memberexpr-str.js --- es5id: 7.6.1-3-2 description: > Allow reserved words as property names by index assignment. --- 2558 -
ident-name-keyword-memberexpr.js --- es5id: 7.6.1-2-2 description: > Allow reserved words as property names by dot operator assignment. --- 2435 -
ident-name-keyword-prop-name.js --- es5id: 7.6.1-1-2 description: > Allow reserved words as property names at object initialization. --- 2089 -
ident-name-reserved-word-literal-accessor.js --- es5id: 7.6.1-4-1 description: > Allow reserved words as property names by accessor function within an object. --- 1058 -
ident-name-reserved-word-literal-memberexpr-str.js --- es5id: 7.6.1-3-1 description: > Allow reserved words as property names by index assignment. --- 725 -
ident-name-reserved-word-literal-memberexpr.js --- es5id: 7.6.1-2-1 description: > Allow reserved words as property names by dot operator assignment. --- 723 -
ident-name-reserved-word-literal-prop-name.js --- es5id: 7.6.1-1-1 description: > Allow reserved words as property names at object initialization. --- 697 -
ident-reference-false-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 567 -
ident-reference-false.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 806 -
ident-reference-null-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 566 -
ident-reference-null.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 803 -
ident-reference-true-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 566 -
ident-reference-true.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as an identifier reference. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 803 -
label-ident-false-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 560 -
label-ident-false.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 555 -
label-ident-null-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 559 -
label-ident-null.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 554 -
label-ident-true-escaped.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 559 -
label-ident-true.js --- esid: sec-identifiers-static-semantics-early-errors description: > `false` is a reserved word and cannot be used as a label identifier. info: | Identifier : IdentifierName but not ReservedWord It is a Syntax Error if StringValue of IdentifierName is the same String value as the StringValue of any ReservedWord except for yield. negative: phase: parse type: SyntaxError --- 554 -
unreserved-words.js --- info: List of words that are not reserved es5id: 7.6.1_A2 description: Try assign 1 for not reserved words --- 1740 -