| 55 | } |
| 56 | |
| 57 | void NetStringTable::incStringRef(U32 id) |
| 58 | { |
| 59 | AssertFatal(table[id].refCount != 0 || table[id].scriptRefCount != 0 , "Cannot inc ref count from zero."); |
| 60 | table[id].refCount++; |
| 61 | } |
| 62 | |
| 63 | void NetStringTable::incStringRefScript(U32 id) |
| 64 | { |
no outgoing calls
no test coverage detected