mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Spreadsheet: Always keep the workbook interpreter in VM scope
Fixes #3570.
This commit is contained in:
parent
cba5a69f07
commit
e7f5090808
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
private:
|
||||
NonnullRefPtrVector<Sheet> m_sheets;
|
||||
NonnullOwnPtr<JS::Interpreter> m_interpreter;
|
||||
JS::VM::InterpreterScope m_interpreter_scope;
|
||||
WorkbookObject* m_workbook_object { nullptr };
|
||||
|
||||
String m_current_filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue