Tag

completion record

1 views collected around this technical thread.

ByteFE
ByteFE
Mar 28, 2021 · Frontend Development

Understanding ECMAScript Specification: Object.prototype.hasOwnProperty and Abstract Operations

This article explains how the ECMAScript specification defines the behavior of Object.prototype.hasOwnProperty, introduces abstract operations, completion records, internal slots and methods, and shows how the spec’s pseudo‑code can be translated into concrete JavaScript examples.

Abstract OperationsECMAScriptJavaScript
0 likes · 24 min read
Understanding ECMAScript Specification: Object.prototype.hasOwnProperty and Abstract Operations