mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Remove js_string(Interpreter&, ...)
This commit is contained in:
parent
adf0a537af
commit
591b7b7031
Notes:
sideshowbarker
2024-07-19 02:10:11 +09:00
Author: https://github.com/awesomekling
Commit: 591b7b7031
8 changed files with 9 additions and 16 deletions
|
@ -45,7 +45,6 @@ private:
|
|||
};
|
||||
|
||||
PrimitiveString* js_string(Heap&, String);
|
||||
PrimitiveString* js_string(Interpreter&, String);
|
||||
PrimitiveString* js_string(VM&, String);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue