Lines Matching refs:toString

979     text = window.getSelection().toString();
1549 } else if (Object.prototype.toString.call(extension[key]) === '[object Date]') {
1675 return Object.prototype.toString.call(obj) == '[object Object]';
2191 percent = parseInt(percent.toString().replace('%', ''), 10);
5559 result = value === null ? '' : value.toString();
5565 result = value.toString();
5609 return Object.prototype.toString.call(variable) === '[object RegExp]';
5868 return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);
6347 })(Function.prototype, TO_STRING, function toString() {
6441 return !!(test.createShadowRoot && test.createShadowRoot.toString().match(/\[native code\]/));
7079 var toString = {}.toString;
7082 return toString.call(it).slice(8, -1);
7150 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';
7156 return input != null && Object.prototype.toString.call(input) === '[object Object]';
7173 return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';
7177 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
7200 a.toString = b.toString;
7467 … return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';
7719 Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;
10382 function toString () {
10945 proto.toString = toString;
11523 proto$2.toString = toISOString$1;
12237 return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
12352 str = value.toString();
12404 if (value.toString().indexOf('e') > -1) {
12888 d = value.toString();
12932 w = w.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1' +
13367 var parts = x.toString().split('.');
19332 if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
19334 if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
22543 redefine($Symbol[PROTOTYPE], 'toString', function toString() {
47241 return value.toString().toLowerCase().indexOf(query.toLowerCase()) != -1;
49510 var toString = {}.toString;
49524 …return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject…
50015 return (/Array/).test(Object.prototype.toString.call(obj));
50020 return (/Date/).test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime());
50616 toString: function(format)
50683 this._o.field.value = this.toString();
50878 … randId = 'pika-title-' + Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 2);