Searched refs:num2 (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
H A D | module_info_test.js | 51 function func3(num1, num2) { 52 return num1 + num2;
|
/arkcompiler/ets_runtime/test/moduletest/arrayConcat/ |
H A D | arrayConcat.js | 27 const num2 = [4, 5, 6]; 30 const numbers1 = num1.concat(num2, num3);
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_stubs.cpp | 120 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 D | struct_field_test.cpp | 33 int32_t num2 = 2; member
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/ |
H A D | heapdump.js | 29 let num2 = 3.14; // float
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 668 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 D | elements_kind.js | 1272 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 D | elements_kind_generic.js | 1265 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 D | module_variable.js | 248 var num2 = string0; variable
|
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | regallocTest.js | 26 function func1(num1, num2) { 29 if (num1 > num2) {
|
/arkcompiler/ets_frontend/es2panda/test/ |
H A D | runner.py | 1617 for num1, num2 in zip(v1, v2): 1618 if num1 > num2: 1620 elif num1 < num2:
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 10612 num2: 98, [all...] |
Completed in 62 milliseconds