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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSGenericTypedArrayViewInlines.h135 bool JSGenericTypedArrayView<Adaptor>::setWithSpecificType( function in class:JSC::JSGenericTypedArrayView
237 return setWithSpecificType<Int8Adaptor>(
240 return setWithSpecificType<Int16Adaptor>(
243 return setWithSpecificType<Int32Adaptor>(
246 return setWithSpecificType<Uint8Adaptor>(
249 return setWithSpecificType<Uint8ClampedAdaptor>(
252 return setWithSpecificType<Uint16Adaptor>(
255 return setWithSpecificType<Uint32Adaptor>(
258 return setWithSpecificType<Float32Adaptor>(
261 return setWithSpecificType<Float64Adapto
[all...]
H A DJSGenericTypedArrayView.h257 bool setWithSpecificType(

Completed in 77 milliseconds