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
9b0abeb8
Commit
9b0abeb8
authored
Sep 19, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收集更多信息
parent
ca01559d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
src.js
src.js
+2
-0
src_out.js
src_out.js
+10
-10
No files found.
src.js
View file @
9b0abeb8
No preview for this file type
src_out.js
View file @
9b0abeb8
...
@@ -28,16 +28,16 @@ Date.now = function now() {
...
@@ -28,16 +28,16 @@ Date.now = function now() {
// con4('getOwnPropertyNames', a, res)
// con4('getOwnPropertyNames', a, res)
// return res;
// return res;
// }
// }
//
_join = Array.prototype.join;
_join
=
Array
.
prototype
.
join
;
//
Array.prototype.join = function (s) {
Array
.
prototype
.
join
=
function
(
s
)
{
//
let res = _join.call(this, s);
let
res
=
_join
.
call
(
this
,
s
);
//
con4('join',this.length, this, s, res)
con4
(
'join'
,
this
.
length
,
this
,
s
,
res
)
//
if (this.indexOf('countReset') > -1){
if
(
this
.
indexOf
(
'countReset'
)
>
-
1
){
//
con4('join',this.length, this, s, res)
con4
(
'join'
,
this
.
length
,
this
,
s
,
res
)
//
//
}
}
//
return res
return
res
//
}
}
// _getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
// _getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
// Object.getOwnPropertyDescriptor = function (p, v){
// Object.getOwnPropertyDescriptor = function (p, v){
// let res = _getOwnPropertyDescriptor(p,v)
// let res = _getOwnPropertyDescriptor(p,v)
...
...
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