Home | History | Annotate | Download | only in results

Lines Matching defs:collection

5206     TestObj* collection = V8TestObject::toNative(info.Holder());
5207 RefPtr<Node> element = collection->item(index);
5210 v8SetReturnValue(info, toV8Fast(element.release(), info, collection));
5230 TestObj* collection = V8TestObject::toNative(info.Holder());
5232 String element = collection->namedItem(propertyName);
5248 collection = V8TestObject::toNative(info.Holder());
5250 collection->namedPropertyEnumerator(names, es);
5261 TestObj* collection = V8TestObject::toNative(info.Holder());
5264 bool result = collection->namedPropertyQuery(propertyName, es);