Lines Matching refs:resultFunc
183 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData()));
185 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue());
187 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue());
189 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments());
194 JSHandle<JSTaggedValue> resultFuncHandle(thread, *resultFunc);
226 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData()));
228 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue());
230 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue());
232 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments());
243 JSHandle<JSTaggedValue> resultFuncHandle(thread, *resultFunc);
275 JSHandle<JSBoundFunction> resultFunc(thread, reinterpret_cast<TaggedObject *>(result.GetRawData()));
277 ASSERT_EQ(resultFunc->GetBoundThis(), thisArg.GetTaggedValue());
280 ASSERT_EQ(resultFunc->GetBoundTarget(), target.GetTaggedValue());
282 JSHandle<TaggedArray> array(thread, resultFunc->GetBoundArguments());
294 JSHandle<JSTaggedValue> resultFuncHandle(resultFunc);