Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1242 var reFunction=/^\s*function(\s+[\w_$][\w\d_$]*)?\s*\(/; variable
1246 ….call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3452 var reFunction = /^\s*function(\s+[\w_$][\w\d_$]*)?\s*\(/; variable
3465 this.isIE && typeof object != "string" && reFunction.test(""+object);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1253 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)