LibJS: Remove unused ExecutionContext::local(size_t)

This commit is contained in:
Andreas Kling 2025-10-31 19:31:29 +01:00 committed by Andreas Kling
parent cd3ef805c4
commit 8b1f2e4e24

View File

@ -114,11 +114,6 @@ public:
return arguments.data()[index];
}
Value& local(size_t index)
{
return registers_and_constants_and_locals_and_arguments()[index];
}
Span<Value> arguments;
// NOTE: Rarely used data members go here to keep the size of ExecutionContext down,