From 83f145c576d85c0d83136ca8a821b421a49b5f6b Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 30 Mar 2026 18:22:08 +0530 Subject: [PATCH] docs(plans): reformat internal method regex list by moving [[Get]] and [[Set]] to separate line for clarity. --- .opencode/plans/graphs-links.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.opencode/plans/graphs-links.md b/.opencode/plans/graphs-links.md index 179ce99..400eae4 100644 --- a/.opencode/plans/graphs-links.md +++ b/.opencode/plans/graphs-links.md @@ -44,7 +44,9 @@ File: /ecmascript-data-types-and-values.html#table-additional-essential-internal 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 -