Searched defs:Uint16Array (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8.h1630 * 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 { class in namespace:v8
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);

Completed in 97 milliseconds