Lines Matching refs:elements
102 Handle<FixedArray> elements = factory->NewFixedArray(2);
103 elements->set(0, *pattern);
104 elements->set(1, *error_text);
105 Handle<JSArray> array = factory->NewJSArrayWithElements(elements);
268 FixedArray* array = FixedArray::cast(last_match_info->elements());
308 Handle<FixedArray> elements = factory->NewFixedArray(2);
309 elements->set(0, re->Pattern());
310 elements->set(1, *error_message);
311 Handle<JSArray> array = factory->NewJSArrayWithElements(elements);
562 FixedArray* array = FixedArray::cast(last_match_info->elements());
614 // Examples of elements include character classes, plain strings
621 // some state as it runs. This consists of the following elements:
747 for (int i = 0; i < elements()->length(); i++)
748 text->AddElement(elements()->at(i));
3426 for (int i = 0; i < that->elements()->length(); i++) {
3428 TextElement elm = that->elements()->at(i);
3627 return new TextNode(elements(), on_success);
4283 // - partial overlap (there are elements in both ranges that isn't
4284 // in the other, and there are also elements that are in both).
4291 // Ranges are disjoint. The earlier word range contains elements that
4295 // Ranges are disjoint. The earlier argument range contains elements that
4358 // Move a number of elements in a zonelist to another position
4854 int element_count = elements()->length();
4855 // Set up the offsets of the elements relative to the start. This is a fixed
4859 TextElement& elm = elements()->at(i);
5099 ASSERT_NE(0, elements()->length());
5100 TextElement text = elements()->at(0);
5222 TextElement elm = that->elements()->at(0);