Commit cf52b912 authored by wangmingming's avatar wangmingming

7777

parent e0827208
......@@ -538,6 +538,8 @@ window = dom.window;
window._random = _random
_defin = Object.defineProperty;
Object.defineProperty = function (p, v,d){
console.log('define', v, d)
if (v === 'outerArgs'){
// debugger;
d.value = undefined;
......@@ -547,7 +549,6 @@ Object.defineProperty = function (p, v,d){
// throw TypeError('asdasd')
}
if ((v === 'c' || v === 'd' || v === 'b') && d.value === false){
console.log('define', v, d)
d.value = true;
// debugger;
......@@ -3831,10 +3832,10 @@ window.fonts = [];
window.imageDatas = [];
con3 = console.log
con4 = console.log;
con3 = function () {
}
con4 = function () {
};
// con3 = function () {
// }
// con4 = function () {
// };
......@@ -5946,7 +5947,7 @@ con4 = function () {
}, function (jR) {
"use strict";
let res = jR.R[jR.R.length - 2][jR.R[jR.R.length - 1]];
con3( 'get', jR.R[jR.R.length - 1], '==>', res)
con3(jR.R[jR.R.length - 2].ENV?"window":jR.R[jR.R.length - 2], 'get', jR.R[jR.R.length - 1], '==>', res)
if (jR.R[jR.R.length - 1] === 5 && typeof res === 'boolean'
// && jR.R[jR.R.length - 2].length === 3
){
......
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