docs(plans): reformat internal method regex list by moving [[Get]] and [[Set]] to separate line for clarity.

This commit is contained in:
2026-03-30 18:22:08 +05:30
parent 12631949b4
commit 83f145c576
+3 -1
View File
@@ -44,7 +44,9 @@ File: /ecmascript-data-types-and-values.html#table-additional-essential-internal
Regex to search all - Regex to search all -
``` ```
\[\[GetPrototypeOf\]\]|\[\[SetPrototypeOf\]\]|\[\[IsExtensible\]\]|\[\[PreventExtensions\]\]|\[\[GetOwnProperty\]\]|\[\[DefineOwnProperty\]\]|\[\[HasProperty\]\]|\[\[Get\]\]|\[\[Set\]\]|\[\[Delete\]\]|\[\[OwnPropertyKeys\]\]|\[\[Call\]\]|\[\[Construct\]\] \[\[GetPrototypeOf\]\]|\[\[SetPrototypeOf\]\]|\[\[IsExtensible\]\]|\[\[PreventExtensions\]\]|\[\[GetOwnProperty\]\]|\[\[DefineOwnProperty\]\]|\[\[HasProperty\]\]|\[\[Delete\]\]|\[\[OwnPropertyKeys\]\]|\[\[Call\]\]|\[\[Construct\]\]
\[\[Get\]\]|\[\[Set\]\]
``` ```
Problems - Problems -