Files
ladybird/Libraries/LibJS
Florian Stellbrink 17705d23fb LibJS: Fix string roots not being collected
Previously objects were the only heap
allocated value. Now there are also strings.

This replaces a usage of is_object with is_cell.
Without this change strings could be garbage
collected while still being used in an active scope.
2020-03-12 07:50:49 +01:00
..
2020-03-11 19:00:26 +01:00
2020-03-11 19:00:26 +01:00