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

/external/v8/src/
H A Delements.h40 class ElementsAccessor { class in namespace:v8::internal
42 explicit ElementsAccessor(const char* name) : name_(name) { } function in class:v8::internal::ElementsAccessor
43 virtual ~ElementsAccessor() { }
51 // the ElementsKind of the ElementsAccessor. If backing_store is NULL, the
61 // be compatible with the ElementsKind of the ElementsAccessor. If
125 // Returns a shared ElementsAccessor for the specified ElementsKind.
126 static ElementsAccessor* ForKind(ElementsKind elements_kind) {
131 static ElementsAccessor* ForArray(FixedArrayBase* array);
146 // it is passed. In the NumberDictionary ElementsAccessor, GetKeyForIndex maps
152 static ElementsAccessor** elements_accessors
[all...]

Completed in 59 milliseconds