Is there a way to determine if a JavaScript function is a bound function?
Example:
You would need to write your own bind function on the prototype. That function would build an index of what has been bound.
bind
You could then have another function to perform a lookup against the object where that index is stored.