Commit e64f9b57 authored by wang's avatar wang

详细对比

parent 28697cfd
...@@ -25,20 +25,6 @@ Object.defineProperty = function (p, v, d) { ...@@ -25,20 +25,6 @@ Object.defineProperty = function (p, v, d) {
con4([].slice.call(res).join('iii')) con4([].slice.call(res).join('iii'))
} }
} }
if (v === 'outerArgs') {
// debugger;
d.value = undefined;
}
if (v === 'stack' && Object.keys(d).length === 1) {
// debugger;
d.get = undefined
// throw TypeError('asdasd')
}
if ((v === 'c' || v === 'd' || v === 'b') && d.value === false) {
d.value = true;
// debugger;
}
return _defin(p, v, d) return _defin(p, v, d)
} }
_join = Array.prototype.join; _join = Array.prototype.join;
......
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