js-on-sx: getOwnPropertyDescriptor skips internal __proto__/__js_order__
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 28s

This commit is contained in:
2026-05-10 00:13:08 +00:00
parent 25b30788b4
commit ce067e32a4
2 changed files with 3 additions and 0 deletions

View File

@@ -4377,6 +4377,7 @@
(let
((sk (js-to-string key)))
(cond
((and (dict? o) (js-key-internal? sk)) :js-undefined)
((and (dict? o) (contains? (keys o) sk))
{:configurable true :enumerable true :value (get o sk) :writable true})
((list? o)