Commit f1666655 authored by wang's avatar wang

对比修复

parent db0bc6fa
......@@ -2251,11 +2251,11 @@ Object.defineProperty = v_saf(function (p, v, d) {
// debugger;
d.value = undefined;
}
if (v === 'stack' && Object.keys(d).length === 1) {
// debugger;
d.get = undefined
// throw TypeError('asdasd')
}
// 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;
......@@ -6834,7 +6834,13 @@ setTimeout(() => {
;
;
;
we = Function.prototype.toString,
Function.prototype.toString = function(...h) {
const v = this;
return we.apply(v, h)
}
;;;
// debug = true;
......
This diff is collapsed.
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