Home | History | Annotate | Download | only in src

Lines Matching refs:ElementsKind

23   virtual ElementsKind kind() const = 0;
33 // the ElementsKind of the ElementsAccessor. If backing_store is NULL, the
51 // be compatible with the ElementsKind of the ElementsAccessor. If
69 // be compatible with the ElementsKind of the ElementsAccessor. If
87 // be compatible with the ElementsKind of the ElementsAccessor. If
144 ElementsKind source_kind,
155 ElementsKind source_kind,
163 ElementsKind from_kind) {
182 // Returns a shared ElementsAccessor for the specified ElementsKind.
183 static ElementsAccessor* ForKind(ElementsKind elements_kind) {