Home | History | Annotate | Download | only in include

Lines Matching defs:DataView

1498    * Returns true if this value is a DataView.
2757 * including TypedArrays and DataView (ES6 draft 15.13).
2952 * An instance of DataView constructor (ES6 draft 15.13.7).
2955 class V8_EXPORT DataView : public ArrayBufferView {
2957 static Local<DataView> New(Handle<ArrayBuffer> array_buffer,
2959 V8_INLINE static DataView* Cast(Value* obj);
2962 DataView();
6485 DataView* DataView::Cast(v8::Value* value) {
6489 return static_cast<DataView*>(value);