Commit f1666655 authored by wang's avatar wang

对比修复

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