| 235 | #define ObjParseIntKey(s, endptr) UorA(_wcstoi64,_strtoi64)(s, endptr, 10) // Convert string to IntKeyType, setting errno = ERANGE if overflow occurs. |
| 236 | |
| 237 | class Array; |
| 238 | |
| 239 | class Object : public ObjectBase |
| 240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected