Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[es2015+] class문은 특별할까? (new.target 속성에 관하여) #163

Open
ghost opened this issue Dec 11, 2019 · 0 comments
Open

[es2015+] class문은 특별할까? (new.target 속성에 관하여) #163

ghost opened this issue Dec 11, 2019 · 0 comments
Assignees
Labels
JS about JS

Comments

@ghost
Copy link

ghost commented Dec 11, 2019

https://www.bsidesoft.com/?p=5370

감상평

  • new.target 은 new 객체가 아니라, "net.target" 이라는 속성명을 자바스크립트 엔진이 생성하는 것
  • super 객체는 [[homeobject]] 로 선언당시에 생성됨
@p-iknow p-iknow added the JS about JS label Dec 11, 2019
@p-iknow p-iknow self-assigned this Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS about JS
Projects
None yet
Development

No branches or pull requests

1 participant