Home | History | Annotate | Download | only in include

Lines Matching defs:Int8Array

1624    * Returns true if this value is an Int8Array.
3042 * An instance of Int8Array constructor (ES6 draft 15.13.6).
3045 class V8_EXPORT Int8Array : public TypedArray {
3047 static Local<Int8Array> New(Handle<ArrayBuffer> array_buffer,
3049 V8_INLINE static Int8Array* Cast(Value* obj);
3052 Int8Array();
6694 Int8Array* Int8Array::Cast(v8::Value* value) {
6698 return static_cast<Int8Array*>(value);