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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -