Home | History | Annotate | Download | only in include

Lines Matching defs:Uint16Array

1630    * Returns true if this value is an Uint16Array.
3058 * An instance of Uint16Array constructor (ES6 draft 15.13.6).
3061 class V8_EXPORT Uint16Array : public TypedArray {
3063 static Local<Uint16Array> New(Handle<ArrayBuffer> array_buffer,
3065 V8_INLINE static Uint16Array* Cast(Value* obj);
3068 Uint16Array();
6702 Uint16Array* Uint16Array::Cast(v8::Value* value) {
6706 return static_cast<Uint16Array*>(value);