Searched defs:toIntPtrStrict (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp503 intptr_t String::toIntPtrStrict(bool* ok, int base) const function in class:WTF::String
510 return m_impl->toIntPtrStrict(ok, base);
H A DStringImpl.cpp431 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 88 milliseconds