Lines Matching full:relation
947 // The relation between an NativeArray object (see below) and the
972 NativeArray(const Element* array, size_t count, RelationToSource relation) {
973 Init(array, count, relation);
1001 // 'relation' is kCopy.
1002 void Init(const Element* array, size_t a_size, RelationToSource relation) {
1003 if (relation == kReference) {
1011 relation_to_source_ = relation;