tennien
Member since
Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
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: |