Home
last modified time | relevance | path

Searched refs:d4 (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/dateparse/
Ddateparse.js25 var d4 = new Date("2021-12-25 03:25:45.476Z"); variable
42 print(d4.getTime() == 1640402745476);
43 print(d4.getFullYear() == 2021);
44 print(d4.getMonth() == 11);
45 print(d4.getDate() == 25);
/arkcompiler/ets_runtime/test/moduletest/datecase/
Ddatecase.js25 var d4 = new Date(2022, 3, 4); variable
46 print(d4.getFullYear() == 2022);
47 print(d4.getMonth() == 3);
48 print(d4.getDate() == 4);
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnullishCoalescingOperator1.ts82 declare const d4: I | undefined | null constant
83 AssertType(d4, "union");
182 const dd4 = d4 ?? {b: 1};
184 AssertType(d4 ?? {b: 1}, "union");
185 AssertType(d4, "union");
DimplicitAnyGenerics.ts67 let d4 = new D(<any>1); variable
68 AssertType(d4, "D<any>");
DnoImplicitAnyDestructuringVarDeclaration2.ts69 let [a4] = [<any>undefined], [b4] = [<any>null], c4 = <any>undefined, d4 = <any>null; // no error
81 AssertType(d4, "any");
Dvardecl.ts139 let d4: { variable
140 AssertType(d4, "{ foo(string, { x: number; y: number; }): { x: number; y: number; }; }");
DarrayLiterals2ES6.ts178 let d4: myArray2 = [...temp, ...temp1]; variable
179 AssertType(d4, "myArray2");
DarrayLiterals2ES5.ts189 let d4: myArray2 = [...temp, ...temp1]; variable
190 AssertType(d4, "myArray2");
DdestructuringVariableDeclaration1ES6.ts143 let [d3, d4] = [1, "string", ...temp1]; variable
145 AssertType(d4, "string");
DdestructuringVariableDeclaration1ES5iterable.ts143 let [d3, d4] = [1, "string", ...temp1]; variable
145 AssertType(d4, "string");
DdestructuringVariableDeclaration1ES5.ts143 let [d3, d4] = [1, "string", ...temp1]; variable
145 AssertType(d4, "string");
DtemplateStringBinaryOperations.ts372 let d4 = 1 + `2${ 3 & 4 }5`;
373 AssertType(d4, "string");
DtemplateStringBinaryOperationsES6.ts372 let d4 = 1 + `2${ 3 & 4 }5`;
373 AssertType(d4, "string");
/arkcompiler/ets_runtime/test/typeinfer/ldsuperproperty/
Dldsuperproperty.ts50 let d4 = super.getA();
51 AssertType(d4, "number");
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl.js23 d4
Dtest-var-decl-expected.txt253 "name": "d4",
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md22 | mov d4, 3.14 | +-----------------+
40 | | mov d4, 3.14 | | vreg4=CpuReg(8) |
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp565 …int64_t d4 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::min()) … in HWTEST_F_L0() local
566 EXPECT_EQ(d4, std::numeric_limits<int64_t>::min()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt1685 [compiler] 000000d4:00000000 movq 3240(%rbx), %rdx
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch12492 +let d4 = new D4()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js73370 …let d4 = (n4 = Ul("dragonBones.DragonBonesAtlasAsset"), r4 = Th(LC), n4(o4 = (a4 = (_4 = class ext…
73441 m.internal.DragonBonesAtlasAsset = d4;
73584 I4 = lh(), M4 = Th(d4), B4 = lh(), D4 = rh(), P4 = rh(), O4 = ah(), N4 = Th(p8),
74681 DragonBonesAtlasAsset: d4,