Searched refs:jsSingleCharacterSubstring (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSString.h45 JSString* jsSingleCharacterSubstring(ExecState*, const String&, unsigned offset);
359 ALWAYS_INLINE JSString* jsSingleCharacterSubstring(ExecState* exec, const String& s, unsigned offset) function in namespace:JSC
395 return jsSingleCharacterSubstring(exec, m_value, i);
H A DJSString.cpp238 return jsSingleCharacterSubstring(exec, m_value, i);
H A DStringPrototype.cpp704 return JSValue::encode(jsSingleCharacterSubstring(exec, s, i));
709 return JSValue::encode(jsSingleCharacterSubstring(exec, s, static_cast<unsigned>(dpos)));
1105 result->putDirectIndex(exec, position, jsSingleCharacterSubstring(exec, input, position));

Completed in 473 milliseconds