function - JavaScript: Distinguish between native and non-native member -


is there way detect whether given function, array.prototype.foreach, native function (e.g. browser implements ecmascript5) or function added page's javascript script(s)?

you can try putting console , seeing comes there.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -