Searched defs:ExternalUnsignedByteArray (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects.h88 // - ExternalUnsignedByteArray
793 V(ExternalUnsignedByteArray) \
3745 class ExternalUnsignedByteArray: public ExternalArray { class in namespace:v8::internal
3757 static inline ExternalUnsignedByteArray* cast(Object* obj);
3770 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalUnsignedByteArray);
/external/chromium_org/v8/src/
H A Dobjects.h101 // - ExternalUnsignedByteArray
983 V(ExternalUnsignedByteArray) \
4431 class ExternalUnsignedByteArray: public ExternalArray { class in namespace:v8::internal
4443 static inline ExternalUnsignedByteArray* cast(Object* obj);
4446 DECLARE_PRINTER(ExternalUnsignedByteArray)
4447 DECLARE_VERIFIER(ExternalUnsignedByteArray)
4450 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalUnsignedByteArray);

Completed in 98 milliseconds