| 3828 | |
| 3829 | template<typename T> |
| 3830 | inline static bool isPointerObject(T *) { return false; } |
| 3831 | inline static bool isPointerObject(hx::Object **) { return true; } |
| 3832 | inline static bool isPointerObject(String *) { return true; } |
| 3833 | template<typename T> |