Home | History | Annotate | Download | only in src

Lines Matching refs:descs_

3081         descs_(descs), index_(index) { }
3083 inline PropertyType type() { return descs_->GetType(index_); }
3084 inline Object* GetCallbackObject() { return descs_->GetValue(index_); }
3087 DescriptorArray* descs_;