Home | History | Annotate | Download | only in compiler

Lines Matching refs:JSIteratorResult

596   // Load the JSIteratorResult map for the {context}.
604 // Emit code to allocate the JSIteratorResult instance.
606 a.Allocate(JSIteratorResult::kSize);
614 STATIC_ASSERT(JSIteratorResult::kSize == 5 * kPointerSize);