摘要:
考察 ECMAScript 语言规范中 new 运算符的定义:The new OperatorThe production NewExpression : new NewExpression is evaluated as follows:Evaluate NewExpression.Call GetValue(Result(1)).If Type(Result(2)) is not Object, throw a TypeError exception.If Result(2) does not implement the internal [[Construct]] method, thr 阅读全文
posted @ 2013-07-05 14:26
段启锋
阅读(61)
评论(0)
推荐(0)
浙公网安备 33010602011771号