Home
last modified time | relevance | path

Searched refs:resultFunc (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_function_test.cpp183 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0()
185 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue()); in HWTEST_F_L0()
187 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue()); in HWTEST_F_L0()
189 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments()); in HWTEST_F_L0()
194 JSHandle<JSTaggedValue> resultFuncHandle(thread, *resultFunc); in HWTEST_F_L0()
226 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0()
228 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue()); in HWTEST_F_L0()
230 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue()); in HWTEST_F_L0()
232 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments()); in HWTEST_F_L0()
243 JSHandle<JSTaggedValue> resultFuncHandle(thread, *resultFunc); in HWTEST_F_L0()
[all...]
H A Dbuiltins_shared_function_test.cpp191 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0()
193 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue()); in HWTEST_F_L0()
195 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue()); in HWTEST_F_L0()
197 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments()); in HWTEST_F_L0()
216 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0()
218 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue()); in HWTEST_F_L0()
220 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue()); in HWTEST_F_L0()
222 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments()); in HWTEST_F_L0()
251 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0()
253 ASSERT_EQ(resultFunc in HWTEST_F_L0()
[all...]
H A Dbuiltins_number_format_test.cpp74 JSTaggedValue resultFunc = BuiltinsNumberFormat::Format(ecmaRuntimeCallInfo2); in BuiltinsFormatTest() local
75 JSHandle<JSFunction> jsFunction(thread, resultFunc); in BuiltinsFormatTest()
H A Dbuiltins_object_test.cpp876 JSTaggedValue resultFunc = BuiltinsObject::ToString(funcEcmaRuntimeCallInfo); in HWTEST_F_L0() local
879 ASSERT_TRUE(resultFunc.IsString()); in HWTEST_F_L0()
881 resultFuncValue, JSHandle<EcmaString>(thread, resultFunc)), 0); in HWTEST_F_L0()

Completed in 4 milliseconds