Home | History | Annotate | Download | only in src

Lines Matching refs:TemplateList

97 //         - TemplateList
953 class TemplateList;
1084 V(TemplateList) \
4840 class TemplateList : public FixedArray {
4842 static Handle<TemplateList> New(Isolate* isolate, int size);
4846 static Handle<TemplateList> Add(Isolate* isolate, Handle<TemplateList> list,
4848 DECLARE_CAST(TemplateList)
4852 DISALLOW_IMPLICIT_CONSTRUCTORS(TemplateList);