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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.cpp1078 template <IndexingType> struct ContiguousTypeAccessor { struct in namespace:JSC
1091 template <> struct ContiguousTypeAccessor<ArrayWithDouble> { struct in namespace:JSC
1129 JSValue value = ContiguousTypeAccessor<indexingType>::getAsValue(data, i);
1174 ContiguousTypeAccessor<indexingType>::replaceDataReference(&data, arrayStorage()->vector());
1185 ContiguousTypeAccessor<indexingType>::setWithValue(vm, this, data, i, values[i].first);

Completed in 63 milliseconds