Home | History | Annotate | Download | only in include

Lines Matching defs:Uint8Array

1612    * Returns true if this value is an Uint8Array.
3011 * An instance of Uint8Array constructor (ES6 draft 15.13.6).
3014 class V8_EXPORT Uint8Array : public TypedArray {
3016 static Local<Uint8Array> New(Handle<ArrayBuffer> array_buffer,
3018 V8_INLINE static Uint8Array* Cast(Value* obj);
3021 Uint8Array();
6686 Uint8Array* Uint8Array::Cast(v8::Value* value) {
6690 return static_cast<Uint8Array*>(value);