エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Not forcing super in derived class's constructor?
TLDR: If this is used without super (which should be statically analyzable), let it refer to Obje... TLDR: If this is used without super (which should be statically analyzable), let it refer to Object.create(new.target.prototype). Otherwise, let super creates what it refers to. I know the reason to force super in derived class's constructor is to make sure this refers to the exotic object the base class might allocate. But I bet in real world, extending base classes who only create ordinary objec
2015/05/17 リンク