1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 08:45:09 +00:00
serenity/Libraries/LibJS/Tests/builtins/Proxy
Linus Groh 5122f98198 Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +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 Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +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 Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +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