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 -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -