Home
last modified time | relevance | path

Searched defs:o5 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/spread/
DspreadUnion.ts9 var o5: { a: number } | { b: string } | { a: number, b: string }; variable
10 var o5 = { ...union, ...union }; variable
DspreadUnion2.ts19 var o5: {} | { b: number }; variable
20 var o5 = { ...nullUnion, ...nullUnion }; variable
/third_party/typescript/tests/baselines/reference/
DspreadUnion2.js18 var o5: {} | { b: number }; variable
44 var o5; variable
DspreadUnion.js10 var o5: { a: number } | { b: string } | { a: number, b: string }; variable
30 var o5; variable
Demitter.asyncGenerators.objectLiteralMethods.es2018.js27 const o5 = { variable
70 const o5 = { variable
DescapedReservedCompilerNamedIdentifier.js28 var o5 = { variable
60 var o5 = { variable
DspreadInvalidArgumentType.js35 var o5 = { ...k }; // Error, index variable
Demitter.asyncGenerators.objectLiteralMethods.es2015.js27 const o5 = { variable
162 const o5 = { variable
DconditionalTypeAssignabilityWhenDeferred.js78 const o5: Distributive<{ a: T }> = o; constant
Demitter.asyncGenerators.objectLiteralMethods.es5.js27 const o5 = { variable
349 var o5 = { variable
DconstAssertions.js41 let o5 = { ...o4 } as const; variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/delete/
DdeleteChain.ts20 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.ts18 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts15 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/emitter/es2018/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2018.ts27 const o5 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es5/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es5.ts27 const o5 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es2015/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2015.ts27 const o5 = { constant
/third_party/typescript/tests/cases/compiler/
DobjectFromEntries.ts11 const o5 = Object.fromEntries(frozenArray2); constant
DescapedReservedCompilerNamedIdentifier.ts28 var o5 = { variable
DconditionalTypeAssignabilityWhenDeferred.ts78 const o5: Distributive<{ a: T }> = o; constant
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js70 var o5 = { __proto__ }; variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.objectLiteralMethods.es2018.ts26 const o5 = { constant
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowOptionalChain.ts92 declare const o5: { x?: { y: { z?: { w: boolean } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts44 let o5 = { ...o4 } as const; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc575 absl::any o5 = o4; in TEST() local
615 absl::any o5; in TEST() local

12