1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Proxy
Linus Groh e39dd65cf0 LibJS: Remove Proxy() argument count check
Let's just treat missing arguments as undefined and throw with
'target/handler must be object' - this is more JavaScript-y.
2021-06-08 23:53:13 +02:00
..
Proxy.handler-apply.js LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_' 2021-05-10 11:54:01 +01:00
Proxy.handler-construct.js LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_' 2021-05-10 11:54:01 +01:00
Proxy.handler-defineProperty.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-deleteProperty.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-get.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-getOwnPropertyDescriptor.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-getPrototypeOf.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-has.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-isExtensible.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-preventExtensions.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-set.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.handler-setPrototypeOf.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Proxy.js LibJS: Remove Proxy() argument count check 2021-06-08 23:53:13 +02:00