Searched refs:testB (Results 1 – 2 of 2) sorted by relevance
78 JSTaggedValue testB = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local81 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
84 JSTaggedValue testB = JSObject::GetProperty(thread, thisValue, in TestReflectApply() local87 result = result + testA.GetInt() + testB.GetInt(); in TestReflectApply()