Searched refs:toUInt32FromStringImpl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLAllCollectionCustom.cpp73 unsigned index = toUInt32FromStringImpl(string.impl());
83 unsigned index = toUInt32FromStringImpl(exec->argument(1).toWTFString(exec).impl());
111 uint32_t index = toUInt32FromStringImpl(exec->argument(0).toString(exec)->value(exec).impl());
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertyName.h72 ALWAYS_INLINE uint32_t toUInt32FromStringImpl(StringImpl* impl) function in namespace:JSC
110 return m_impl ? toUInt32FromStringImpl(m_impl) : NotAnIndex;

Completed in 443 milliseconds