Home | History | Annotate | Download | only in include

Lines Matching defs:Int32Array

1460    * Returns true if this value is an Int32Array.
2713 * An instance of Int32Array constructor (ES6 draft 15.13.6).
2716 class V8_EXPORT Int32Array : public TypedArray {
2718 static Local<Int32Array> New(Handle<ArrayBuffer> array_buffer,
2720 V8_INLINE(static Int32Array* Cast(Value* obj));
2723 Int32Array();
6421 Int32Array* Int32Array::Cast(v8::Value* value) {
6425 return static_cast<Int32Array*>(value);