Home | History | Annotate | Download | only in chrome_frame

Lines Matching full:isstring

137   var isString = function(item) {
217 isString(arr) ? arr.split('') : arr,
219 isString(cb) ? new Function('item', 'index', 'array', cb) : cb
257 var named = isString(method);
283 if (isString(method)) {
413 if (isString(it)) {
523 if (isString(id)) {
548 return isString(id) ? (doc || document).getElementById(id) : id;
1326 method = isString(method) ? scope[method] : method;