We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3ef80 commit 8b1f2e4Copy full SHA for 8b1f2e4
Libraries/LibJS/Runtime/ExecutionContext.h
@@ -114,11 +114,6 @@ struct JS_API ExecutionContext {
114
return arguments.data()[index];
115
}
116
117
- Value& local(size_t index)
118
- {
119
- return registers_and_constants_and_locals_and_arguments()[index];
120
- }
121
-
122
Span<Value> arguments;
123
124
// NOTE: Rarely used data members go here to keep the size of ExecutionContext down,
0 commit comments