mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
LibJS: Remove js_string(Interpreter&, ...)
This commit is contained in:
parent
adf0a537af
commit
591b7b7031
8 changed files with 9 additions and 16 deletions
|
@ -157,7 +157,7 @@ JS::Value Cell::js_data()
|
|||
if (kind == Formula)
|
||||
return evaluated_data;
|
||||
|
||||
return JS::js_string(sheet->interpreter(), data);
|
||||
return JS::js_string(sheet->interpreter().heap(), data);
|
||||
}
|
||||
|
||||
String Cell::source() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue