toIntPtrStrict    329 Source/wtf/text/StringImpl.h     intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
toIntPtrStrict    597 Source/wtf/text/WTFString.cpp     return m_impl->toIntPtrStrict(ok, base);
toIntPtrStrict    366 Source/wtf/text/WTFString.h     intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;