Home
last modified time | relevance | path

Searched defs:o6 (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.objectLiteralMethods.es2018.js33 const o6 = { variable
76 const o6 = { variable
DspreadInvalidArgumentType.js36 var o6 = { ...mapped_generic }; // OK, generic mapped object type variable
Demitter.asyncGenerators.objectLiteralMethods.es2015.js33 const o6 = { variable
182 const o6 = { variable
Demitter.asyncGenerators.objectLiteralMethods.es5.js33 const o6 = { variable
413 var o6 = { variable
DconstAssertions.js42 let o6 = { ...o5 }; variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/delete/
DdeleteChain.ts24 declare const o6: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.ts25 declare const o6: <T>() => undefined | ({ x: number }); constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts19 declare const o6: <T>() => undefined | ({ x: number }); constant
/third_party/typescript/tests/cases/conformance/emitter/es2015/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2015.ts33 const o6 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es2018/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2018.ts33 const o6 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es5/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es5.ts33 const o6 = { constant
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js74 var o6 = { __proto__() { return "42" } }; variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.objectLiteralMethods.es2018.ts31 const o6 = { constant
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowOptionalChain.ts125 declare const o6: Base | undefined; constant
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts45 let o6 = { ...o5 }; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc580 absl::any o6 = std::move(o4); // NOLINT in TEST() local