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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h89 bool shiftCountForSplice(ExecState* exec, unsigned startIndex, unsigned count) function in class:JSC::JSArray
100 return shiftCountForSplice(exec, startIndex, count);

Completed in 116 milliseconds