The Wayback Machine - https://web.archive.org/web/20201018034634/https://github.com/InterviewMap/CS-Interview-Knowledge-Map/issues/174
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

活动对象在ES5后不存在了 #174

Open
atony2099 opened this issue Jan 14, 2019 · 0 comments
Open

活动对象在ES5后不存在了 #174

atony2099 opened this issue Jan 14, 2019 · 0 comments

Comments

@atony2099
Copy link

@atony2099 atony2099 commented Jan 14, 2019

原文: 对于函数 foo 来说,VO 不能访问,只能访问到活动对象(AO)

ES5 (and higher) does no longer use a standard JS object to store variables. It uses lexical environments (with this value and scope chain) that contain environment records of various kinds in which the values for the variables are stored.
Javascript, Does ES5+ still has an activation object?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.