|
@@ -56,16 +56,6 @@ VM& Cell::vm() const
|
|
|
return heap().vm();
|
|
|
}
|
|
|
|
|
|
-Interpreter& Cell::interpreter()
|
|
|
-{
|
|
|
- return heap().interpreter();
|
|
|
-}
|
|
|
-
|
|
|
-Interpreter& Cell::interpreter() const
|
|
|
-{
|
|
|
- return heap().interpreter();
|
|
|
-}
|
|
|
-
|
|
|
const LogStream& operator<<(const LogStream& stream, const Cell* cell)
|
|
|
{
|
|
|
if (!cell)
|