Searched refs:resultFunc (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_function_test.cpp | 183 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 D | builtins_shared_function_test.cpp | 191 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 D | builtins_number_format_test.cpp | 74 JSTaggedValue resultFunc = BuiltinsNumberFormat::Format(ecmaRuntimeCallInfo2); in BuiltinsFormatTest() local 75 JSHandle<JSFunction> jsFunction(thread, resultFunc); in BuiltinsFormatTest()
|
H A D | builtins_object_test.cpp | 876 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