Home | History | Annotate | Download | only in sandbox

Lines Matching refs:functionType

29 var toString = Object.prototype.toString, functionType = "[object Function]";
38 if(type === functionType) { context = context.call(this); }
74 if(type === functionType) { context = context.call(this); }
1323 this.context.aliases.functionType = '"function"';
1325 this.source.push("if(" + condition + "typeof " + id + " === functionType) { " + nextStack + " = " + id + ".call(" + paramString + "); }");