object An is an empty object
all the required methods in the prototype chain of object B
A method in the prototype chain _ proto_ of the B object I want the An object to also call
is it feasible to directly use methods such as call and apply?