mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
LibJS: Implement the NewClass opcode
This commit is contained in:
parent
8b27917603
commit
d7c207beb9
4 changed files with 23 additions and 4 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
InterpreterExecutionScope(Interpreter&);
|
||||
~InterpreterExecutionScope();
|
||||
|
||||
Interpreter& interpreter() { return m_interpreter; }
|
||||
|
||||
private:
|
||||
Interpreter& m_interpreter;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue