js-on-sx: getOwnPropertyDescriptor skips internal __proto__/__js_order__
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 28s
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 28s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user