/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | concurrent_sweep_test.cpp | 31 JSHandle<EcmaString> test1(thread, in TEST_F() 38 ASSERT_EQ(EcmaStringAccessor(test1).GetLength(), 4U); in TEST_F() 39 ASSERT_NE(test1.GetTaggedValue().GetTaggedObject(), test2.GetTaggedValue().GetTaggedObject()); in TEST_F()
|
H A D | tagged_value_test.cpp | 951 JSHandle<JSTaggedValue> test1(ecma->GetFactory()->NewFromASCII("test1")); in HWTEST_F_L0() 952 ASSERT_FALSE(JSTaggedValue::SameValue(test.GetTaggedValue(), test1.GetTaggedValue())); in HWTEST_F_L0() 980 JSHandle<JSTaggedValue> test1(thread->GetEcmaVM()->GetFactory()->NewFromASCII("test1")); in HWTEST_F_L0() 990 ASSERT_TRUE(JSTaggedValue::Less(thread, test, test1)); in HWTEST_F_L0() 991 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0() 992 ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), test1)); in HWTEST_F_L0() 1057 JSHandle<JSTaggedValue> test1(thread->GetEcmaVM()->GetFactory()->NewFromASCII("test1")); in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/test/aottest/regressioncase/ |
H A D | regressioncase.js | 17 function test1() { function 104 test1()
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
H A D | container_deque.js | 134 let test1 = new Deque(); 136 test1.insertEnd(k); 139 for (const key in test1) {
|
H A D | container_queue.js | 119 let test1 = new Queue(); 121 test1.add(k); 124 for (const key in test1) {
|
H A D | container_stack.js | 116 let test1 = new Stack(); 118 test1.push(k); 121 for (const key in test1) {
|
H A D | container_arraylist.js | 265 let test1 = new arrayList(); 267 test1.add(k); 270 for (const key in test1) {
|
H A D | container_vector.js | 311 let test1 = new FastVector(); 313 test1.add(k); 316 for (const key in test1) {
|
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
H A D | js_cjs_module_test.cpp | 70 JSHandle<JSTaggedValue> fileName1(factory->NewFromUtf8("ark/js_runtime/test1.js")); in HWTEST_F_L0() 89 JSHandle<JSTaggedValue> test1 = CjsModule::SearchFromModuleCache(thread, fileName1); in HWTEST_F_L0() local 90 EXPECT_TRUE(test1->IsString()); in HWTEST_F_L0() 91 EXPECT_EQ(EcmaStringAccessor::Compare(vm, JSHandle<EcmaString>(exports), JSHandle<EcmaString>(test1)), 0); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
H A D | test-patterns.js | 26 function test1(...rest){} function
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
H A D | test-patterns.js | 26 function test1(...rest){} function
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/static_enum/ |
H A D | static_enum_test.js | 46 const sumDouble = etsVm.getFunction('Lstatic_enum_test/ETSGLOBAL;', 'test1'); 47 assertEq(test1(), 0);
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
H A D | string.js | 136 var test1 = "fun123ctionManualChapter123Tip1_352_42342_483297538927943872943_12i2哈哈哈"; variable 137 var test2 = test1.split("_"); 158 var test11 = test1.substring(0, 31);
|
/arkcompiler/ets_runtime/test/moduletest/arraysort/ |
H A D | arraysort.js | 196 var test1 = [-321, 65, 0, -3215, 653, 650, -3210, -2147483648, 2147483647]; variable 197 print(test1.sort());
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_result.py | 301 vmb_rep = create_report(test1=[1.0, 3.0])
|
/arkcompiler/runtime_core/static_core/disassembler/tests/ |
H A D | labels_test.cpp | 102 TEST(LabelTest, test1) in TEST()
|
H A D | metadata_test.cpp | 37 TEST(MetadataTest, test1) in TEST()
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | lexer_test.cpp | 25 TEST(lexertests, test1) in TEST()
|
H A D | parser_test.cpp | 24 TEST(parsertests, test1) in TEST()
|
/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | lexer_test.cpp | 28 TEST(lexertests, test1) in TEST()
|
H A D | parser_test.cpp | 27 TEST(parsertests, test1) in TEST()
|
/arkcompiler/ets_runtime/test/moduletest/elements_kind/ |
H A D | elements_kind.js | 32 function test1() { function 35 print("test1 - success"); 37 print("test1 - failed"); 2019 test1();
|
/arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/ |
H A D | elements_kind_generic.js | 25 function test1() { function 28 print("test1 - success"); 30 print("test1 - failed"); 1978 test1();
|
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
H A D | dangling_pointers_checker_test.cpp | 89 TEST_F(DanglingPointersCheckerTest, test1) in TEST_F()
|