the scope chain的意思|示意
作用域链
the scope chain的网络常见释义
作用域链 作用域链(The Scope Chain) 在ES5中引入了Function.prototype.bind方法,用于控制函数的执行上下文,它会返回一个新的函数, 并且这个新函数会被永久的绑定...
the scope chain相关例句
When the function exits, the call object is removed from the scope chain.
在函数退出时,调用对象就会从作用域链中去掉。
Manhattan SCOPE?, a portfolio of software solutions and technology that leverages a Supply Chain Process Platform to help organizations optimize the supply chains from planning through execution.
曼哈特SCOPE?是一整套的供应链解决方案和技术组合,它通过供应链处理平台帮助企业从计划到实施全面实现供应链优化。
The third chapter analyzed how Relationship Marketing make good management environment and ideal developing Spaces from the point of market scope and value chain.
第三章则从市场范围与价值链的角度,分析关系营销如何为企业营造良好的经营环境和理想的拓展空间。
Global variables are always the slowest to access because they are always last in the scope chain.
全局变量总是最慢的,因为它们总是位于作用域链的最后一环。
The objects in the function object's [[scope]] property are copied into the scope chain in the same order.
首先将函数对象[[scope]]内部属性中的对象,按顺序复制到作用域链中。
Local variables are faster to access than out-of-scope variables because they exist in the first variable object of the scope chain.
局部变量比域外变量快,因为它位于作用域链的第一个对象中。