Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/dateparse/
Ddateparse.js23 var d2 = new Date("Thu Nov 19 2020 20:18:18 GMT"); variable
/arkcompiler/ets_runtime/test/aottest/builtins_stub/
Dbuiltins_stub.ts43 let d2 = new Date(2022, 3, 4); variable
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-var-decl.js21 var d1, d2, variable
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl.js21 var d1, d2, variable
/arkcompiler/ets_runtime/test/moduletest/datecase/
Ddatecase.js23 var d2 = new Date(2022, 1, 2); variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_overload.ts26 const d2 = makeDate(5, 5, 5); constant
Dobject_literals_2.ts133 let d2: Derived = {n: 42, s: ''}; variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_overload.ts26 const d2 = makeDate(5, 5, 5); constant
Dbinary_wrong_types.ts29 const d2 = false || gets(); constant
Dobject_literals_2.ts135 let d2: Derived = {n: 42, s: ''}; variable
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp316 uint8_t d2 = data[UtfLength::TWO]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
396 uint8_t d2 = sp[UtfLength::TWO]; in ConvertUtf8ToUnicodeChar() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp71 uint8_t d2 = sp[CONST_2]; in ConvertMUtf8ToUtf16Pair() local
546 uint8_t d2 = data[UtfLength::TWO]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp537 double d2 = 0.30000000000000004; in HWTEST_F_L0() local
556 …int64_t d2 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::min())); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp77 uint8_t d2 = sp[CONST_2]; in ConvertMUtf8ToUtf16Pair() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/templates/
Dtest.template.ts135 static d2: typeof Q.d; property in Q
/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp915 … int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, in Void7Int8Double()
1083 … int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, in Void8Int9Double()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1694 Local<Derive> d2 = DeriveDouble::New(vm_, NumberRef::New(vm_, num)); in HWTEST_F_L0() local