Home
last modified time | relevance | path

Searched refs:test1 (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_sweep_test.cpp31 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 Dtagged_value_test.cpp951 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 Dregressioncase.js17 function test1() { function
104 test1()
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_deque.js134 let test1 = new Deque();
136 test1.insertEnd(k);
139 for (const key in test1) {
H A Dcontainer_queue.js119 let test1 = new Queue();
121 test1.add(k);
124 for (const key in test1) {
H A Dcontainer_stack.js116 let test1 = new Stack();
118 test1.push(k);
121 for (const key in test1) {
H A Dcontainer_arraylist.js265 let test1 = new arrayList();
267 test1.add(k);
270 for (const key in test1) {
H A Dcontainer_vector.js311 let test1 = new FastVector();
313 test1.add(k);
316 for (const key in test1) {
/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_module_test.cpp70 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 Dtest-patterns.js26 function test1(...rest){} function
/arkcompiler/ets_frontend/es2panda/test/parser/js/
H A Dtest-patterns.js26 function test1(...rest){} function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/static_enum/
H A Dstatic_enum_test.js46 const sumDouble = etsVm.getFunction('Lstatic_enum_test/ETSGLOBAL;', 'test1');
47 assertEq(test1(), 0);
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js136 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 Darraysort.js196 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 Dtest_result.py301 vmb_rep = create_report(test1=[1.0, 3.0])
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dlabels_test.cpp102 TEST(LabelTest, test1) in TEST()
H A Dmetadata_test.cpp37 TEST(MetadataTest, test1) in TEST()
/arkcompiler/runtime_core/assembler/tests/
H A Dlexer_test.cpp25 TEST(lexertests, test1) in TEST()
H A Dparser_test.cpp24 TEST(parsertests, test1) in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dlexer_test.cpp28 TEST(lexertests, test1) in TEST()
H A Dparser_test.cpp27 TEST(parsertests, test1) in TEST()
/arkcompiler/ets_runtime/test/moduletest/elements_kind/
H A Delements_kind.js32 function test1() { function
35 print("test1 - success");
37 print("test1 - failed");
2019 test1();
/arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/
H A Delements_kind_generic.js25 function test1() { function
28 print("test1 - success");
30 print("test1 - failed");
1978 test1();
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
H A Ddangling_pointers_checker_test.cpp89 TEST_F(DanglingPointersCheckerTest, test1) in TEST_F()

Completed in 27 milliseconds