/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | constraintSatisfactionWithEmptyObject.ts | 25 let r = foo({}); variable 35 let r = foo({}); variable 59 let r = foo2({}); variable 69 let r = foo2({}); variable
|
D | genericClassWithObjectTypeArgsAndConstraints.ts | 51 let r = g.foo(c1, d1); variable 64 let r = g2.foo2(c1, d1); variable 76 let r = g.foo(c1, d1); variable 84 let r = g2.foo2(c1, d1); variable
|
D | genericCallWithArrayLiteralArgs.ts | 26 let r = foo([1, 2]); // number[] variable 34 let r = foo<number[]>([1, 2]); // number[] variable
|
D | objectTypesIdentityWithPrivates2.ts | 46 let r = foo4(new C<number>()); variable 53 let r = foo4(new D<number>()); variable
|
D | typeParameterAsTypeParameterConstraint.ts | 29 let r = foo(1, 2); variable 36 let r = foo({}, 1); variable
|
D | twoMergedInterfacesWithDifferingOverloads2.ts | 33 let r = a(); variable 63 let r = a(); variable
|
D | genericCallWithObjectTypeArgsAndConstraints.ts | 55 let r = foo(c1, d1); variable 77 let r = foo2(c1, d1); variable
|
D | objectTypeWithStringNamedPropertyOfIllegalCharacters.ts | 32 let r = c[" "]; variable 66 let r = i[" "]; variable
|
D | subtypingWithOptionalProperties.ts | 34 let r = f({ s: new Object() }); // ok variable
|
D | typeofModuleWithoutExports.ts | 28 let r: typeof M; variable
|
D | strictNullLogicalAndOr.ts | 44 const r = n !== undefined && n*n || 0; constant
|
D | genericParameterAssignability1.ts | 26 let r = <T>(x: T) => x; variable
|
D | indexer3.ts | 29 let r: Date = dateMap["hello"] // result type includes indexer using BCT variable
|
D | mergedDeclarations4.ts | 34 let r = f.hello; variable
|
D | importAliasWithDottedName.ts | 31 let r = N.y; variable
|
D | genericConstructSignatureInInterface.ts | 28 let r = new v<number>(1); variable
|
D | staticMemberInitialization.ts | 30 let r = C.x; variable
|
D | implicitAnyGenericTypeInference.ts | 39 let r = c.compareTo(1, ''); variable
|
D | interfaceWithCallSignaturesThatHidesBaseSignature2.ts | 32 let r = d(); variable
|
D | interfaceWithCallAndConstructSignature.ts | 29 let r = f(); variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type.h | 133 GlobalTSTypeRef r = GetGTRef(); in IsAnyType() local 141 GlobalTSTypeRef r = GetGTRef(); in IsNumberType() local 151 GlobalTSTypeRef r = GetGTRef(); in IsIntType() local 159 GlobalTSTypeRef r = GetGTRef(); in IsDoubleType() local 167 GlobalTSTypeRef r = GetGTRef(); in IsStringType() local 175 GlobalTSTypeRef r = GetGTRef(); in IsNullType() local 183 GlobalTSTypeRef r = GetGTRef(); in IsUndefinedType() local 191 GlobalTSTypeRef r = GetGTRef(); in IsBooleanType() local 199 GlobalTSTypeRef r = GetGTRef(); in IsBigIntType() local 252 uint32_t r = type_ & (~MIR_TYPE_MASK); in GetGTRef() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.al… function
|
/arkcompiler/runtime_core/libpandabase/tests/genmc/ |
D | mutex_test_4.cpp | 39 int r = g_shared; in Thread1() local 53 int r = g_shared; in Thread2() local 66 int r = g_shared; in Thread3() local
|
/arkcompiler/ets_runtime/test/aottest/large_func_acc/ |
D | large_func_acc.ts | 21 var r = 0; variable
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 121 for (compiler::Register r = 0; r < num_regs; r++) { in RunImpl() local 144 static bool RegNeedsRenumbering(panda::compiler::Register r) in RegNeedsRenumbering() 149 static panda::compiler::Register RenumberReg(const panda::compiler::Register r, const panda::compil… in RenumberReg() 229 compiler::Register r = num_non_args - 1; in RenumberArgRegs() local 263 for (compiler::Register r = min_reg; r < min_reg + num_temps; r++) { in RenumberArgRegs() local 268 for (compiler::Register r = num_locals; r < min_reg; r++) { in RenumberArgRegs() local 275 for (compiler::Register r = min_reg; r < frame_size; r++) { in RenumberArgRegs() local
|