1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 03:05:07 +00:00
serenity/Libraries/LibJS/Tests/builtins/Proxy
Linus Groh 1bff65c591 LibJS: Add ErrorType::ConstructorWithoutNew
...and use it in Proxy::call(), rather than having a specific error
type just for that.
2020-12-02 12:52:31 +01:00
..
Proxy.handler-apply.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-construct.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-defineProperty.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-deleteProperty.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-get.js LibJS: Support receiver in ProxyObject::get/put() 2020-11-24 21:35:03 +01:00
Proxy.handler-getOwnPropertyDescriptor.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-getPrototypeOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-has.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-isExtensible.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-preventExtensions.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.handler-set.js LibJS: Support receiver in ProxyObject::get/put() 2020-11-24 21:35:03 +01:00
Proxy.handler-setPrototypeOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Proxy.js LibJS: Add ErrorType::ConstructorWithoutNew 2020-12-02 12:52:31 +01:00