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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

iphone - Using nested NSDictionary with Picker -

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