| 15 | #define CHECK_HEAP_LOCKED (1) |
| 16 | |
| 17 | class ExpressionValue; |
| 18 | |
| 19 | // Note: ArrayHandle is a union member in ExpressionValue, therefore it must be no larger than 32 bits and it cannot have a non-trivial destructor, copy constructor etc. |
| 20 | // This means that when an object containing an ArrayHandle is copied or destroyed, that object must handle the reference count. |
no outgoing calls
no test coverage detected