Home | History | Annotate | Download | only in src

Lines Matching full:externalunsignedbytearray

101 //           - ExternalUnsignedByteArray
981 V(ExternalUnsignedByteArray) \
4633 class ExternalUnsignedByteArray: public ExternalArray {
4640 static Handle<Object> SetValue(Handle<ExternalUnsignedByteArray> array,
4649 static inline ExternalUnsignedByteArray* cast(Object* obj);
4652 DECLARE_PRINTER(ExternalUnsignedByteArray)
4653 DECLARE_VERIFIER(ExternalUnsignedByteArray)
4656 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalUnsignedByteArray);