Lines Matching refs:toSource
56072 var dataViewCtorString = toSource(DataView),
56073 mapCtorString = toSource(Map),
56074 promiseCtorString = toSource(Promise),
56075 setCtorString = toSource(Set),
56076 weakMapCtorString = toSource(WeakMap);
56867 return pattern.test(toSource(value));
57405 ctorString = Ctor ? toSource(Ctor) : undefined;
57620 function toSource(func) {
58634 var dataViewCtorString = toSource(DataView),
58635 mapCtorString = toSource(Map),
58636 promiseCtorString = toSource(Promise),
58637 setCtorString = toSource(Set),
58638 weakMapCtorString = toSource(WeakMap);
59340 return pattern.test(toSource(value));
59721 ctorString = Ctor ? toSource(Ctor) : '';
59820 function toSource(func) {
61126 return pattern.test(toSource(value));
61268 function toSource(func) {