Home | History | Annotate | Download | only in include

Lines Matching defs:DataView

1666    * Returns true if this value is a DataView.
2959 * including TypedArrays and DataView (ES6 draft 15.13).
3154 * An instance of DataView constructor (ES6 draft 15.13.7).
3157 class V8_EXPORT DataView : public ArrayBufferView {
3159 static Local<DataView> New(Handle<ArrayBuffer> array_buffer,
3161 V8_INLINE static DataView* Cast(Value* obj);
3164 DataView();
6758 DataView* DataView::Cast(v8::Value* value) {
6762 return static_cast<DataView*>(value);