Commit 9b0abeb8 authored by wang's avatar wang

收集更多信息

parent ca01559d
No preview for this file type
......@@ -28,16 +28,16 @@ Date.now = function now() {
// con4('getOwnPropertyNames', a, res)
// return res;
// }
// _join = Array.prototype.join;
// Array.prototype.join = function (s) {
// let res = _join.call(this, s);
// con4('join',this.length, this, s, res)
// if (this.indexOf('countReset') > -1){
// con4('join',this.length, this, s, res)
//
// }
// return res
// }
_join = Array.prototype.join;
Array.prototype.join = function (s) {
let res = _join.call(this, s);
con4('join',this.length, this, s, res)
if (this.indexOf('countReset') > -1){
con4('join',this.length, this, s, res)
}
return res
}
// _getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
// Object.getOwnPropertyDescriptor = function (p, v){
// let res = _getOwnPropertyDescriptor(p,v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment