2011年7月6日

ECMA262(v5)点滴(二)

摘要: 10.4 Establishing an Execution Context(执行环境建立 p57)Evaluation of global code or code using the eval function (15.1.2.1) establishes and enters a new execution context. Every invocation of an ECMAScript code function (13.2.1) also establishes and enters a new execution context, even if a function is c 阅读全文

posted @ 2011-07-06 16:05 argb 阅读(199) 评论(0) 推荐(0) 编辑

ECMA262(v5)点滴(一)

摘要: variable statment(变量语句)A variable statement declares variables that are created as defined in 10.5. Variables are initialised to undefined when created. A variable with an Initialiser is assigned the value of its AssignmentExpression when the VariableStatement is executed, not when the variable is c 阅读全文

posted @ 2011-07-06 16:03 argb 阅读(208) 评论(0) 推荐(0) 编辑

导航