Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecma262

What Exactly `function.prototype.length` Means?

There was a Function.prototype.arity property purposed for getting number of arguments function exp… Read more What Exactly `function.prototype.length` Means?

In Ecmascript5, What's The Scope Of "use Strict"?

What scope does the strict mode pragma have in ECMAScript5? 'use strict'; I'd like to … Read more In Ecmascript5, What's The Scope Of "use Strict"?

How To Get Object's [[defaultvalue]]

according to ecma262-3 8.6.2.6 [DefaultValue] http://bclary.com/2004/11/07/#a-8.6.2.6 now i want … Read more How To Get Object's [[defaultvalue]]