Home | History | Annotate | Download | only in objects

Lines Matching refs:Descriptor

88     Descriptor d;
90 d = Descriptor::DataConstant(name, value, DONT_ENUM);
98 d = Descriptor::AccessorConstant(name, pair, DONT_ENUM);
106 Descriptor d = Descriptor::DataConstant(name, value, DONT_ENUM);
118 Descriptor d = Descriptor::AccessorConstant(name, new_pair, DONT_ENUM);
350 Descriptor d = is_accessor
351 ? Descriptor::AccessorConstant(name, value, attribs)
352 : Descriptor::DataConstant(name, value, attribs);
416 // This temporary handle is used for storing to descriptor array.