Ecma262 Ecmascript 5 Javascript Scope Strict In Ecmascript5, What's The Scope Of "use Strict"? November 15, 2024 Post a Comment 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"?
Cross Platform Ecma262 Javascript Javascript Objects Is There An Environment-agnostic Way To Detect Javascript Host Objects? December 18, 2023 Post a Comment 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?
Ecma262 Ecmascript 5 Function Expression Javascript Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In JavaScript? October 02, 2022 Post a Comment 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?