call() is a generic method, which can be used on any function or method. So... Wanna know how call() is implemented in V8, Chrome's JS engine? Here and here!
Though I doubt that you will be happy with reading the implementation. Maybe you can elaborate what exactly you want to know about it or what is unclear/not documented in a satisfactory fashion...