Lines Matching refs:spec
96748 const ClassSpec* spec;
96793 bool specDefined() const { return spec ? spec->defined() : false; }
96795 const { return spec ? spec->inheritanceProtoKey() : JSProto_Null; }
96797 const { return spec ? spec->shouldDefineConstructor() : true; }
96799 const { return spec ? spec->createConstructor : nullptr; }
96801 const { return spec ? spec->createPrototype : nullptr; }
96803 const { return spec ? spec->constructorFunctions : nullptr; }
96805 const { return spec ? spec->constructorProperties : nullptr; }
96807 const { return spec ? spec->prototypeFunctions : nullptr; }
96809 const { return spec ? spec->prototypeProperties : nullptr; }
96811 const { return spec ? spec->finishInit : nullptr; }
125353 nsCString spec;
125354 nsresult rv = GetSpec(spec);
125356 spec.Assign("[nsIURI::GetSpec failed]");
125358 return spec;
145627 nsAutoCString spec;
145630 mozilla::Unused << const_cast<nsIURI*>(aKey)->GetSpec(spec);
145631 return mozilla::HashString(spec);
154794 Spec* spec = prefableSpecs->specs;
154796 if (!JS::PropertySpecNameToPermanentId(cx, spec->name, ids)) {
154799 } while (++ids, (++spec)->name);