Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

tennien

Registrato in data
tennien

Aggiornamenti alla documentazione

Mostra tutte le attività
Pagina Data Commento

arguments.callee


As this example illustrates (run in the console of Chrome/35.0.1916.114), the value of "this" may indeed change: obj.f = function name (old_this) { return (old_this ? [this, old_this] : name(this)); }; obj.f()

arguments.callee


As this example illustrates (run in Chrome/35.0.1916.114), the value of "this" may indeed change: