Home
last modified time | relevance | path

Searched refs:num2 (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Dmodule_info_test.js51 function func3(num1, num2) {
52 return num1 + num2;
/arkcompiler/ets_runtime/test/moduletest/arrayConcat/
H A DarrayConcat.js27 const num2 = [4, 5, 6];
30 const numbers1 = num1.concat(num2, num3);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs.cpp120 auto num2 = GetBoxedNumericValue<EtsDouble>(ext, obj2); in EtsValueTypedEquals() local
121 return num2.has_value() && num2.value() == num1.value(); in EtsValueTypedEquals()
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dstruct_field_test.cpp33 int32_t num2 = 2; member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
H A Dheapdump.js29 let num2 = 3.14; // float
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp668 int num2 = 2; // 2 = key in FreezeAndSeal() local
673 b = object->Set(vm, num2, StringRef::NewFromUtf8(vm, "2")); in FreezeAndSeal()
679 b = object->Has(vm, num2); in FreezeAndSeal()
683 b = object->Delete(vm, num2); in FreezeAndSeal()
909 int num2 = 34; // random number in HWTEST_F_L0() local
912 addArgv[1] = NumberRef::New(vm_, num2); in HWTEST_F_L0()
916 addProxyArgv[2] = NumberRef::New(vm_, num2); in HWTEST_F_L0()
2269 int num2 = 222; // random number in MapSetValue() local
2270 map->Set(vm, StringRef::NewFromUtf8(vm, "key2"), NumberRef::New(vm, num2)); in MapSetValue()
2371 int num2 in HWTEST_F_L0() local
2410 int num2 = 222; // random number HWTEST_F_L0() local
2452 int num2 = 666; // random number HWTEST_F_L0() local
2614 int num2 = 123; // random number HWTEST_F_L0() local
2878 int num2 = 222; // random number HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/test/moduletest/elements_kind/
H A Delements_kind.js1272 const num2 = [4, 5, 6];
1274 const a = num1.concat(num2);
1284 const num2 = [4.4, 5.5, 6.6];
1286 const a = num1.concat(num2);
/arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/
H A Delements_kind_generic.js1265 const num2 = [4, 5, 6];
1267 const a = num1.concat(num2);
1277 const num2 = [4.4, 5.5, 6.6];
1279 const a = num1.concat(num2);
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dmodule_variable.js248 var num2 = string0; variable
/arkcompiler/runtime_core/compiler/tests/js/
H A DregallocTest.js26 function func1(num1, num2) {
29 if (num1 > num2) {
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py1617 for num1, num2 in zip(v1, v2):
1618 if num1 > num2:
1620 elif num1 < num2:
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10612 num2: 98,
[all...]

Completed in 62 milliseconds