Home
last modified time | relevance | path

Searched refs:getVarNames (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3814 },getVarNames:function(args){if(this.vars){args.push.apply(args,this.vars) method in FBL.DomplateTag
3818 if(isTag(child)){child.tag.getVarNames(args)
3853 this.getVarNames(varNames);
3951 },getVarNames:function(names){if(this.value instanceof Parts){names.push(this.value.parts[0].name) method
3978 },getVarNames:function(names){if(this.iter instanceof Parts){names.push(this.iter.parts[0].name) method
3979 }DomplateTag.prototype.getVarNames.apply(this,[names]) method in DomplateTag