Searched full:test2 (Results 1 – 9 of 9) sorted by relevance
| /ark/js_runtime/ecmascript/tests/ |
| D | concurrent_sweep_test.cpp | 60 JSHandle<EcmaString> test2(thread, EcmaString::CreateFromUtf8(utf8, 4, vm, true)); in TEST_F() local 62 ASSERT_NE(test1.GetTaggedValue().GetHeapObject(), test2.GetTaggedValue().GetHeapObject()); in TEST_F()
|
| D | tagged_value_test.cpp | 1069 …JSHandle<JSTaggedValue> test2(thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("test2… in HWTEST_F_L0() local 1079 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0() 1081 …ASSERT_FALSE(JSTaggedValue::Less(thread, test2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))… in HWTEST_F_L0()
|
| /ark/runtime_core/verification/debug/ |
| D | default_config.cpp | 54 " object_wait::test2\n"
|
| /ark/runtime_core/disassembler/tests/ |
| D | labels_test.cpp | 51 TEST(label_test, test2) in TEST() argument
|
| /ark/runtime_core/assembler/tests/ |
| D | lexer_test.cpp | 39 TEST(lexertests, test2) in TEST() argument
|
| D | parser_test.cpp | 39 TEST(parsertests, test2) in TEST() argument
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | jeq.obj.yaml | 767 - lda.str "test2" 811 lda.str "test2"
|
| D | jne.obj.yaml | 768 - lda.str "test2" 812 lda.str "test2"
|
| /ark/ts2abc/testTs/ |
| D | test-case.patch | 5031 @@ -30,4 +30,6 @@ let test2: B = funC(isB); 11505 +function Test2() { 11611 + test2() { // OK
|