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

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"?

Is There An Environment-agnostic Way To Detect Javascript Host Objects?

I'm writing a Javascript stacktrace library. The library needs to detect wether a particular ob… Read more Is There An Environment-agnostic Way To Detect Javascript Host Objects?

Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In JavaScript?

Recently I ran into some interesting facts about named function expressions (NFE). I understand tha… Read more Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In JavaScript?