Commit cf52b912 authored by wangmingming's avatar wangmingming

7777

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