| /third_party/typescript/tests/baselines/reference/ |
| D | partialOfLargeAPIIsAbleToBeWorkedWith.js | 67 const obj2: PartialNull<MyAPI> = {}; constant 70 obj2[k] = () => "12"; // shouldn't cause a complexity error function
|
| D | emitRestParametersFunctionProperty.js | 6 var obj2 = { variable 12 var obj2 = { variable
|
| D | contextualTypingOfObjectLiterals.js | 3 var obj2 = {x: ""}; variable 15 var obj2 = { x: "" }; variable
|
| D | emitRestParametersFunctionPropertyES6.js | 6 var obj2 = { variable 12 var obj2 = { variable
|
| D | reservedWords.js | 11 var obj2 = { variable 28 var obj2 = { variable
|
| D | defaultBestCommonTypesHaveDecls.js | 5 var obj2: Object; variable 21 var obj2; variable
|
| D | assignmentCompatability43.js | 7 …export interface interfaceTwo<T,U> { one: T; two: U; }; var obj2: interfaceTwo… variable 23 var obj2 = { one: 1, two: "a" }; variable
|
| D | binaryIntegerLiteral.js | 15 var obj2 = { variable 57 var obj2 = { variable
|
| D | emitDefaultParametersFunctionProperty.js | 2 var obj2 = { variable 11 var obj2 = { variable
|
| D | octalIntegerLiteralES6.js | 15 var obj2 = { variable 55 var obj2 = { variable
|
| D | octalIntegerLiteral.js | 15 var obj2 = { variable 55 var obj2 = { variable
|
| D | binaryIntegerLiteralES6.js | 15 var obj2 = { variable 58 var obj2 = { variable
|
| D | emitDefaultParametersFunctionPropertyES6.js | 2 var obj2 = { variable 10 var obj2 = { variable
|
| D | tsxStatelessFunctionComponentOverload6.js | 26 let obj2 = { variable 70 var obj2 = { variable
|
| D | tsxStatelessFunctionComponentOverload5.js | 30 let obj2 = { variable 71 var obj2 = { variable
|
| D | typeGuardsWithInstanceOfByConstructorSignature.js | 16 var obj2: any; variable
|
| D | tsxStatelessFunctionComponentOverload2.js | 15 let obj2 = { variable 46 var obj2 = { variable
|
| /third_party/typescript/tests/cases/conformance/es6/defaultParameters/ |
| D | emitDefaultParametersFunctionPropertyES6.ts | 2 var obj2 = { variable
|
| D | emitDefaultParametersFunctionProperty.ts | 2 var obj2 = { variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | reservedWords.ts | 10 var obj2 = { variable
|
| D | contextualTypingOfObjectLiterals.ts | 2 var obj2 = {x: ""}; variable
|
| /third_party/typescript/tests/cases/conformance/es6/restParameters/ |
| D | emitRestParametersFunctionPropertyES6.ts | 6 var obj2 = { variable
|
| D | emitRestParametersFunctionProperty.ts | 6 var obj2 = { variable
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | symbol-prototype.toprimitive.js | 16 var obj2 = { variable
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.2/object_type/ |
| D | object_type_2.ts | 26 let obj2 = { num: 1 }; variable
|