Is it possible to check whether a function is a javascript function or a developer defined function?
- by Paul
Given a function, I'd like to know whether it's a developer-defined function or a function provided by JavaScript engine. Is it possible?