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
5886b68e
Commit
5886b68e
authored
Sep 11, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详细对比
parent
66d912dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8456 additions
and
2 deletions
+8456
-2
src_out.js
src_out.js
+2
-2
src_run_company_chrome.js
src_run_company_chrome.js
+8453
-0
sss.js
sss.js
+1
-0
No files found.
src_out.js
View file @
5886b68e
_getOwnPropertyNames
=
Object
.
getOwnPropertyNames
;
Object
.
getOwnPropertyNames
=
function
(
a
)
{
let
res
=
_getOwnPropertyNames
(
a
);
con
sole
.
log
(
'getOwnPropertyNames'
,
a
,
res
)
con
4
(
'getOwnPropertyNames'
,
a
,
res
)
return
res
;
}
con4
=
console
.
log
...
...
@@ -30,7 +30,7 @@ Object.defineProperty = function (p, v, d) {
_join
=
Array
.
prototype
.
join
;
Array
.
prototype
.
join
=
function
(
s
){
let
res
=
_join
.
call
(
this
,
s
);
con
sole
.
log
(
'join'
,
this
,
s
,
res
)
con
4
(
'join'
,
this
,
s
,
res
)
return
res
;
}
...
...
src_run_company_chrome.js
0 → 100644
View file @
5886b68e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
sss.js
View file @
5886b68e
No preview for this file type
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