Searched refs:target2 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_finalization_registry_test.cpp | 200 JSHandle<JSTaggedValue> target2(thread, JSTaggedValue::Undefined()); in RegisterUnRegisterTestCommonTwoTarget() 205 target2 = JSHandle<JSTaggedValue>::Cast(obj); in RegisterUnRegisterTestCommonTwoTarget() 216 JSFinalizationRegistry::Register(thread, target2, heldValue, unregisterToken, finaRegObj2); in RegisterUnRegisterTestCommonTwoTarget()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | compiler_queue_test.cpp | 92 static void GetAndCheckMethodsIfExists(CompilerQueueInterface *queue, Method *target1, Method *target2, Method *target3) in GetAndCheckMethodsIfExists() argument 105 ASSERT_EQ(method1, target2); in GetAndCheckMethodsIfExists() 110 ASSERT_EQ(method2, target2); in GetAndCheckMethodsIfExists()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 5228 Local<FunctionRef> target2 = FunctionRef::New(vm_, nullptr); in HWTEST_F_L0() local 5231 object->SetAccessorProperty(vm_, key, target1, target2); in HWTEST_F_L0()
|
Completed in 14 milliseconds