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

/external/v8/src/
H A Dobjects.h62 // - ExternalByteArray
699 V(ExternalByteArray) \
2912 class ExternalByteArray: public ExternalArray { class in namespace:v8::internal
2923 static inline ExternalByteArray* cast(Object* obj);
2936 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalByteArray);

Completed in 84 milliseconds