Home | History | Annotate | Download | only in src

Lines Matching defs:fast_elements

2028         map->LookupElementsTransitionMap(FAST_ELEMENTS, NULL) != NULL;
4074 ElementsKind elements_kind = FAST_ELEMENTS)
4464 return FAST_ELEMENTS;
4490 bool fast_elements,
4496 fast_elements_(fast_elements),
4505 bool fast_elements() const { return fast_elements_; }