Commit 1e5c1204 authored by wang's avatar wang

wn fix

parent de430ac2
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
No preview for this file type
......@@ -10,22 +10,22 @@
</html>
<script>
Date.now = function now() {
return 1693903208580
return 1703561132362
};
Date.parse = function () {
return 1693903208580
return 1703561132362
};
Date.prototype.valueOf = function () {
return 1693903208580
return 1703561132362
};
Date.prototype.getTime = function () {
return 1693903208580
return 1703561132362
};
Date.prototype.toString = function () {
return 1693903208580
return 1703561132362
};
Performance.prototype.now = function now() {
return Number('1693903208580'.slice(8))
return Number('1703561132362'.slice(8))
}
times = 0
Math.random = function random() {
......@@ -50,13 +50,13 @@
console.log(e)
})
// _join = Array.prototype.join;
// Array.prototype.join = function (s) {
// _print('join', this.length, this, s)
// let res = _join.call(this, s)
// _print('joinres', res)
// return res;
// }
_join = Array.prototype.join;
Array.prototype.join = function (s) {
_print('join', this.length, this, s)
let res = _join.call(this, s)
_print('joinres', res)
return res;
}
// _getOwnPropertyNames = Object.getOwnPropertyNames;
// Object.getOwnPropertyNames = function (a) {
// let res = _getOwnPropertyNames(a);
......
This diff is collapsed.
This diff is collapsed.
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