【JS】执行上下文(ExcecutionContext)

来源:互联网 发布:苹果阴阳师网络未连接 编辑:程序博客网 时间:2024/04/30 10:17
ExecutionContext = {    VariableObject: {        arguments: {            0: 22,            length: 1        },        arg1: 22,        c: pointer to function c()        a: undefined,        b: undefined    },    ScopeChain: { ... },    this: { ... }   调用对象}
原创粉丝点击