oyhhhh

Results 1 comments of oyhhhh

> 执行上下文 > > ```js > ExecutionContext = { > VariableEnvironment: { ... }, > LexicalEnvironment: { ... }, > } > ``` > > 在上篇文章中写到全局环境记录,那全局的执行上下文的伪代码怎么写呢?var变量和函数放到了Object Environment Record,那VariableEnvironment中放什么呢? 我也想问。。