Home | History | Annotate | Download | only in src

Lines Matching refs:descs_

3396         descs_(descs), index_(index) { }
3398 inline PropertyType type() { return descs_->GetType(index_); }
3399 inline Object* GetCallbackObject() { return descs_->GetValue(index_); }
3402 DescriptorArray* descs_;