mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Add String.raw
This commit is contained in:
parent
b5f1df57ed
commit
ab652fa1ee
Notes:
sideshowbarker
2024-07-19 06:54:08 +09:00
Author: https://github.com/mattco98
Commit: ab652fa1ee
Pull-request: https://github.com/SerenityOS/serenity/pull/2140
Reviewed-by: https://github.com/awesomekling
3 changed files with 67 additions and 1 deletions
|
@ -41,6 +41,8 @@ public:
|
|||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
virtual const char* class_name() const override { return "StringConstructor"; }
|
||||
|
||||
static Value raw(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue