Lines Matching refs:Int8Array
1537 * Returns true if this value is an Int8Array.
2894 * An instance of Int8Array constructor (ES6 draft 15.13.6).
2897 class V8_EXPORT Int8Array : public TypedArray {
2899 static Local<Int8Array> New(Handle<ArrayBuffer> array_buffer,
2901 V8_INLINE static Int8Array* Cast(Value* obj);
2904 Int8Array();
6498 Int8Array* Int8Array::Cast(v8::Value* value) {
6502 return static_cast<Int8Array*>(value);