JavaScript. The core.

Read this article in: Chinese, Japanese, German, Arabic, Russian, Korean, French.

This note is an overview and summary of the “ECMA-262-3 in detail” series. Every section contains references to the appropriate matching chapters so you can read them to get a deeper understanding.
Read more »

ECMA-262-3 in detail. Chapter 1. Execution Contexts.

Read this article in: Russian, Chinese (version 1, version 2), Arabic, Japaneses, Korean.

Introduction

In this note we will mention execution contexts of ECMAScript and types of executable code related with them.
Read more »

Тонкости ECMA-262-3. Часть 1. Контексты исполнения.

Read this article in: English, Chinese (version 1, version 2), Arabic, Japaneses, Koreans.

Введение

В этой заметке мы затронем контексты исполнения JavaScript и связанные с ними типы исполняемого кода.

Определения

Итак, каждый раз, когда происходит передача управления исполняемому коду ECMAScript-программы, осуществляется вход в контекст исполнения.

Read more »