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
f1666655
Commit
f1666655
authored
Sep 15, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对比修复
parent
db0bc6fa
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
js_dom_run.js
js_dom_run.js
+11
-5
sss.js
sss.js
+1
-0
No files found.
js_dom_run.js
View file @
f1666655
...
...
@@ -2251,11 +2251,11 @@ Object.defineProperty = v_saf(function (p, v, d) {
// debugger;
d
.
value
=
undefined
;
}
if
(
v
===
'stack'
&&
Object
.
keys
(
d
).
length
===
1
)
{
// debugger;
d
.
get
=
undefined
// throw TypeError('asdasd')
}
//
if (v === 'stack' && Object.keys(d).length === 1) {
//
// debugger;
//
d.get = undefined
//
// throw TypeError('asdasd')
//
}
if
((
v
===
'c'
||
v
===
'd'
||
v
===
'b'
)
&&
d
.
value
===
false
)
{
d
.
value
=
true
;
// debugger;
...
...
@@ -6834,7 +6834,13 @@ setTimeout(() => {
;
;
;
we
=
Function
.
prototype
.
toString
,
Function
.
prototype
.
toString
=
function
(...
h
)
{
const
v
=
this
;
return
we
.
apply
(
v
,
h
)
}
;;;
// debug = true;
...
...
sss.js
View file @
f1666655
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