Searched refs:reFunction (Results 1 – 3 of 3) sorted by relevance
1242 var reFunction=/^\s*function(\s+[\w_$][\w\d_$]*)?\s*\(/; variable1246 ….call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)
3452 var reFunction = /^\s*function(\s+[\w_$][\w\d_$]*)?\s*\(/; variable3465 this.isIE && typeof object != "string" && reFunction.test(""+object);
1253 var reFunction=/^\s*function(\s+[\w_$][\w\d_$]*)?\s*\(/; variable 1257 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)