mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibJS: Split more native object constructors into construct/initialize
This commit is contained in:
@@ -32,7 +32,8 @@ namespace JS {
|
||||
|
||||
class ReflectObject final : public Object {
|
||||
public:
|
||||
ReflectObject();
|
||||
explicit ReflectObject(GlobalObject&);
|
||||
virtual void initialize(Interpreter&, GlobalObject&) override;
|
||||
virtual ~ReflectObject() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user