Lines Matching refs:Uint32Array
1918 * Returns true if this value is an Uint32Array.
3725 * An instance of Uint32Array constructor (ES6 draft 15.13.6).
3728 class V8_EXPORT Uint32Array : public TypedArray {
3730 static Local<Uint32Array> New(Local<ArrayBuffer> array_buffer,
3732 static Local<Uint32Array> New(Local<SharedArrayBuffer> shared_array_buffer,
3734 V8_INLINE static Uint32Array* Cast(Value* obj);
3737 Uint32Array();
8164 Uint32Array* Uint32Array::Cast(v8::Value* value) {
8168 return static_cast<Uint32Array*>(value);