mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
LibJS: Remove two unused Interpreter member functions
This commit is contained in:
parent
69a9c78783
commit
111d63c676
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ public:
|
|||
const CallFrame& call_frame() { return m_call_stack.last(); }
|
||||
const Vector<CallFrame>& call_stack() { return m_call_stack; }
|
||||
|
||||
void push_environment(LexicalEnvironment*);
|
||||
void pop_environment();
|
||||
|
||||
const LexicalEnvironment* current_environment() const { return m_call_stack.last().environment; }
|
||||
LexicalEnvironment* current_environment() { return m_call_stack.last().environment; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue