mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibJS: Add js_string(Interpreter&, String)
This commit is contained in:
parent
d8e944e899
commit
faac43597a
Notes:
sideshowbarker
2024-07-19 07:56:37 +09:00
Author: https://github.com/awesomekling
Commit: faac43597a
11 changed files with 33 additions and 26 deletions
|
@ -45,5 +45,6 @@ private:
|
|||
};
|
||||
|
||||
PrimitiveString* js_string(Heap&, String);
|
||||
PrimitiveString* js_string(Interpreter&, String);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue