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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h82 ShiftCountForSplice enumerator in enum:JSC::JSArray::ShiftCountMode
99 case ShiftCountForSplice:
121 case ShiftCountForSplice:
H A DArrayPrototype.cpp799 shift<JSArray::ShiftCountForSplice>(exec, thisObj, begin, deleteCount, additionalArgs, length);
803 unshift<JSArray::ShiftCountForSplice>(exec, thisObj, begin, deleteCount, additionalArgs, length);

Completed in 299 milliseconds