internal
| 1730 | |
| 1731 | // internal |
| 1732 | int asCScriptFunction::GetRefCount() |
| 1733 | { |
| 1734 | asASSERT( funcType == asFUNC_DELEGATE ); |
| 1735 | |
| 1736 | return externalRefCount.get(); |
| 1737 | } |
| 1738 | |
| 1739 | // internal |
| 1740 | void asCScriptFunction::SetFlag() |
no test coverage detected