doc, meta: add PTAL to glossary

PR-URL: https://github.com/nodejs/node/pull/53770
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
Aviv Keller 2024-07-14 13:53:46 -04:00 committed by GitHub
parent e44ec42393
commit 53dead8912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co
contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance, contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance,
and polymorphism. and polymorphism.
* **PPC**: [PowerPC][] - A type of microprocessor architecture. * **PPC**: [PowerPC][] - A type of microprocessor architecture.
* **PTAL**: Please Take A Look.
* **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution. * **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution.
* **Prototype Pollution**: Process in which a user mutating object prototypes affects other code. * **Prototype Pollution**: Process in which a user mutating object prototypes affects other code.
* **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++. * **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.