mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibWasm+wasm: Switch to east-const to comply with project style
Against my better judgement, this change is mandated by the project code style rules, even if it's not actually enforced.
This commit is contained in:
parent
23fd8bfd69
commit
1b083392fa
Notes:
sideshowbarker
2024-07-18 16:54:22 +09:00
Author: https://github.com/alimpfard
Commit: 1b083392fa
Pull-request: https://github.com/SerenityOS/serenity/pull/7756
11 changed files with 209 additions and 209 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
Configuration& configuration;
|
||||
};
|
||||
|
||||
void unwind(Badge<CallFrameHandle>, const CallFrameHandle&);
|
||||
void unwind(Badge<CallFrameHandle>, CallFrameHandle const&);
|
||||
Result call(Interpreter&, FunctionAddress, Vector<Value> arguments);
|
||||
Result execute(Interpreter&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue