Home | History | Annotate | Download | only in include

Lines Matching refs:Int8Array

1900    * Returns true if this value is an Int8Array.
3671 * An instance of Int8Array constructor (ES6 draft 15.13.6).
3674 class V8_EXPORT Int8Array : public TypedArray {
3676 static Local<Int8Array> New(Local<ArrayBuffer> array_buffer,
3678 static Local<Int8Array> New(Local<SharedArrayBuffer> shared_array_buffer,
3680 V8_INLINE static Int8Array* Cast(Value* obj);
3683 Int8Array();
8140 Int8Array* Int8Array::Cast(v8::Value* value) {
8144 return static_cast<Int8Array*>(value);