Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
cf52b912
Commit
cf52b912
authored
Sep 04, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7777
parent
e0827208
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
js_dom_run.js
js_dom_run.js
+7
-6
sss.js
sss.js
+1
-1
No files found.
js_dom_run.js
View file @
cf52b912
...
...
@@ -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
){
...
...
sss.js
View file @
cf52b912
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment