This website requires JavaScript.
Explore
Help
Sign in
RGBCube
/
serenity
Watch
1
Fork
You've already forked serenity
0
mirror of
https://github.com/RGBCube/serenity
synced
2025-10-15 23:32:23 +00:00
Code
Issues
Activity
Actions
b0c1179ff8
serenity
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Proxy
History
Download ZIP
Download TAR.GZ
Linus Groh
941ff0cf60
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
...
Fixes
#9322
.
2021-09-05 22:17:09 +01:00
..
Proxy.handler-apply.js
Proxy.handler-construct.js
Proxy.handler-defineProperty.js
Proxy.handler-deleteProperty.js
Proxy.handler-get.js
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
2021-09-05 22:17:09 +01:00
Proxy.handler-getOwnPropertyDescriptor.js
Proxy.handler-getPrototypeOf.js
Proxy.handler-has.js
Proxy.handler-isExtensible.js
Proxy.handler-preventExtensions.js
Proxy.handler-set.js
Proxy.handler-setPrototypeOf.js
Proxy.js
Proxy.revocable.js