Function Instance Methods
.apply()
.bind()
Function
Instance Method to fix this
keyword for Method (with optional Argument), for new standalone fn
.call()
Function
Instance Method to invoke function with explicit this
keyword [and optional Argument]
.toString()
to return string
of Source Code of calling function