mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibJS: Reformat BooleanConstructor.{cpp,h}
This commit is contained in:
parent
a31ef54a2a
commit
40ac94995d
Notes:
sideshowbarker
2024-07-19 07:49:55 +09:00
Author: https://github.com/linusg
Commit: 40ac94995d
Pull-request: https://github.com/SerenityOS/serenity/pull/1685
2 changed files with 8 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <LibJS/Runtime/NativeFunction.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
class BooleanConstructor final : public NativeFunction {
|
||||
public:
|
||||
BooleanConstructor();
|
||||
|
@ -41,4 +42,5 @@ private:
|
|||
virtual bool has_constructor() const override { return true; }
|
||||
virtual const char* class_name() const override { return "BooleanConstructor"; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue