Searched defs:isRegExp (Results 1 – 10 of 10) sorted by relevance
192 var isRegExp = function isRegExp(obj) { function211 isRegExp: isRegExp, property
68 function isRegExp(re) { function
238 var isRegExp = argument[$Symbol.match]; variable
354 isRegExp: types.isRegExp, property
633 isRegExp: isRegExp, property
59 isRegExp(): boolean; method233 isRegExp(): ChainedObject<boolean>; method615 isRegExp(object: any): boolean; method
460 this.isRegExp = function (...args) { method
827 _.isRegExp = function(obj) { function