Lines Matching refs:DataView
199 V(SetInt32, DataView, INT32, SetTypedValue, Undefined()) \
200 V(SetFloat32, DataView, FLOAT32, SetTypedValue, Undefined()) \
201 V(SetFloat64, DataView, FLOAT64, SetTypedValue, Undefined())
863 {DataViewGetInt8, "DataView.prototype.GetInt8"},
864 {DataViewGetUint8, "DataView.prototype.GetUint8"},
865 {DataViewGetInt16, "DataView.prototype.GetInt16"},
866 {DataViewGetUint16, "DataView.prototype.GetUint16"},
867 {DataViewGetInt32, "DataView.prototype.GetInt32"},
868 {DataViewGetUint32, "DataView.prototype.GetUint32"},
869 {DataViewGetFloat32, "DataView.prototype.GetFloat32"},
870 {DataViewGetFloat64, "DataView.prototype.GetFloat64"},
871 {DataViewSetInt8, "DataView.prototype.SetInt8"},
872 {DataViewSetUint8, "DataView.prototype.SetUint8"},
873 {DataViewSetInt16, "DataView.prototype.SetInt16"},
874 {DataViewSetUint16, "DataView.prototype.SetUint16"},
875 {DataViewSetInt32, "DataView.prototype.SetInt32"},
876 {DataViewSetUint32, "DataView.prototype.SetUint32"},
877 {DataViewSetFloat32, "DataView.prototype.SetFloat32"},
878 {DataViewSetFloat64, "DataView.prototype.SetFloat64"},