| /third_party/jerryscript/tests/jerry/ |
| D | regexp-routines.js | 60 var re1 = /foo/gim; variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 30 var re1 = a == b; variable
|
| D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 31 var re1 = a == b; variable
|
| D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 27 var re1 = null << null; variable
|
| D | comparisonOperatorWithSubtypeEnumAndNumber.js | 40 var re1 = a == b; variable
|
| D | comparisonOperatorWithIdenticalPrimitiveType.js | 47 var re1 = a == a; variable
|
| D | comparisonOperatorWithTypeParameter.js | 44 var re1 = t < a; variable
|
| D | comparisonOperatorWithSubtypeObjectOnProperty.js | 58 var re1 = a1 == b1; variable
|
| D | arithmeticOperatorWithNullValueAndValidOperands.js | 54 var re1 = null << a; variable
|
| D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 54 var re1 = undefined << a; variable
|
| D | arithmeticOperatorWithAnyAndNumber.js | 46 var re1 = a << a; variable
|
| D | logicalOrOperatorWithEveryType.js | 62 var re1 = a1 || a5; // any || void is any variable
|
| D | logicalAndOperatorWithEveryType.js | 60 var re1 = a1 && a5; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
| D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 29 var re1 = a == b; variable
|
| D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 30 var re1 = a == b; variable
|
| D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 57 var re1 = a1 == b1; variable
|
| D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 39 var re1 = a == b; variable
|
| D | comparisonOperatorWithIdenticalPrimitiveType.ts | 46 var re1 = a == a; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
| D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 26 var re1 = null << null; variable
|
| D | arithmeticOperatorWithAnyAndNumber.ts | 45 var re1 = a << a; variable
|
| D | arithmeticOperatorWithUndefinedValueAndValidOperands.ts | 53 var re1 = undefined << a; variable
|
| D | arithmeticOperatorWithNullValueAndValidOperands.ts | 53 var re1 = null << a; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/ |
| D | logicalAndOperatorWithEveryType.ts | 59 var re1 = a1 && a5; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/ |
| D | logicalOrOperatorWithEveryType.ts | 61 var re1 = a1 || a5; // any || void is any variable
|
| /third_party/node/test/parallel/ |
| D | test-assert-deep.js | 139 const re1 = new RegExp('test'); constant 715 const re1 = /a/g; constant 855 const re1 = /a/; constant
|