Home
last modified time | relevance | path

Searched defs:o4 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DspreadUnion.js7 var o4: { a: boolean } | { b: string , a: boolean}; variable
8 var o4 = { ...union, a: false }; variable
28 var o4; variable
DspreadUnion2.js15 var o4: {} | { a: number }; variable
42 var o4; variable
Demitter.asyncGenerators.objectLiteralMethods.es2018.js21 const o4 = { variable
64 const o4 = { variable
DescapedReservedCompilerNamedIdentifier.js24 var o4 = { variable
56 var o4 = { variable
DtrailingCommasES5.js5 var o4 = {}; variable
DtrailingCommasES3.js5 var o4 = {}; variable
DobjectSpreadNegative.js36 let o4 = { b: 'yes', c: true } variable
118 var o4 = { b: 'yes', c: true }; variable
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadUnion.ts6 var o4: { a: boolean } | { b: string , a: boolean}; variable
7 var o4 = { ...union, a: false }; variable
DspreadUnion2.ts16 var o4: {} | { a: number }; variable
17 var o4 = { ...undefinedUnion, ...undefinedUnion }; variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/
DcallChain.ts33 declare const o4: undefined | (<T>(f: (a: T) => T) => T); constant
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/
DcallWithMissingVoidUndefinedUnknownAnyInJs.ts15 declare const o4: I<any>; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/delete/
DdeleteChain.ts15 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.ts14 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts12 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/emitter/es2015/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2015.ts21 const o4 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es2018/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2018.ts21 const o4 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es5/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es5.ts21 const o4 = { constant
/third_party/typescript/tests/cases/compiler/
DobjectFromEntries.ts8 const o4 = Object.fromEntries(frozenArray); constant
DtrailingCommasES3.ts6 var o4 = {}; variable
DtrailingCommasES5.ts6 var o4 = {}; variable
DescapedReservedCompilerNamedIdentifier.ts24 var o4 = { variable
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js65 var o4 = { "__proto__" : null }; variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.objectLiteralMethods.es2018.ts21 const o4 = { constant
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSpecConstantUtil.hpp89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.hpp89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector()

12