問題タブ [resig]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - John Resig が継承された _super を使用した後、元の _super を再宣言するのはなぜですか?
から取得: https://stackoverflow.com/a/15052240/1487102
下にスクロールして、気になる行を確認します
this._super
適用する前に継承された関数を宣言するのは理にかなっています
私が得られないのは、彼が関数を実行して戻り値を取得した後、なぜ彼は
this._super
それを以前のものに置き換えるのですか??
コメントには、一時的に宣言するだけでよいと書かれていますが、宣言したままにしないのはなぜですか?? ガベージ コレクションやその他の最適化がどのように改善されるかはわかりません。