This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-20 22:55:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56a2594de7fdcd1b0e8c2a20832ba4a14fa20501
ladybird
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Proxy
History
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
LibJS/Tests: Remove outdated FIXME comment
2021-08-13 23:59:22 +01:00
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
LibJS: Use a custom property_name_to_value method instead of to_value
2021-07-05 16:04:52 +01:00
Proxy.handler-isExtensible.js
…
Proxy.handler-preventExtensions.js
…
Proxy.handler-set.js
…
Proxy.handler-setPrototypeOf.js
LibJS: Disallow duplicated variable declarations
2021-07-20 23:45:28 +02:00
Proxy.js
LibJS: Remove Proxy() argument count check
2021-06-08 23:53:13 +02:00
Proxy.revocable.js
…