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
017c3f5e
Commit
017c3f5e
authored
Sep 02, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7777
parent
2e2c8da8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
26 deletions
+39
-26
src_run.js
src_run.js
+35
-26
sss.js
sss.js
+4
-0
No files found.
src_run.js
View file @
017c3f5e
...
...
@@ -651,31 +651,40 @@ PluginArray = v_saf(function PluginArray() {
throw
TypeError
(
"Illegal constructor"
)
}
;
this
[
0
]
=
v_new
(
Plugin
);
this
[
0
].
description
=
"Portable Document Format"
;
this
[
0
].
filename
=
"internal-pdf-viewer"
;
this
[
0
].
length
=
2
;
this
[
0
].
name
=
"PDF Viewer"
;
this
[
1
]
=
v_new
(
Plugin
);
this
[
1
].
description
=
"Portable Document Format"
;
this
[
1
].
filename
=
"internal-pdf-viewer"
;
this
[
1
].
length
=
2
;
this
[
1
].
name
=
"Chrome PDF Viewer"
;
this
[
2
]
=
v_new
(
Plugin
);
this
[
2
].
description
=
"Portable Document Format"
;
this
[
2
].
filename
=
"internal-pdf-viewer"
;
this
[
2
].
length
=
2
;
this
[
2
].
name
=
"Chromium PDF Viewer"
;
this
[
3
]
=
v_new
(
Plugin
);
this
[
3
].
description
=
"Portable Document Format"
;
this
[
3
].
filename
=
"internal-pdf-viewer"
;
this
[
3
].
length
=
2
;
this
[
3
].
name
=
"Microsoft Edge PDF Viewer"
;
this
[
4
]
=
v_new
(
Plugin
);
this
[
4
].
description
=
"Portable Document Format"
;
this
[
4
].
filename
=
"internal-pdf-viewer"
;
this
[
4
].
length
=
2
;
this
[
4
].
name
=
"WebKit built-in PDF"
;
for
(
let
i
=
0
;
i
<
Object
.
keys
(
ENV
.
plugins
).
length
;
i
++
)
{
this
[
i
]
=
v_new
(
Plugin
);
let
plugin
=
ENV
.
plugins
[
i
];
this
[
i
].
description
=
plugin
.
description
;
this
[
i
].
filename
=
plugin
.
filename
;
this
[
i
].
length
=
plugin
.
length
;
this
[
i
].
name
=
plugin
.
name
;
}
console
.
log
()
// this[0] = v_new(Plugin);
// this[0].description = "Portable Document Format";
// this[0].filename = "internal-pdf-viewer";
// this[0].length = 2;
// this[0].name = "PDF Viewer";
// this[1] = v_new(Plugin);
// this[1].description = "Portable Document Format";
// this[1].filename = "internal-pdf-viewer";
// this[1].length = 2;
// this[1].name = "Chrome PDF Viewer";
// this[2] = v_new(Plugin);
// this[2].description = "Portable Document Format";
// this[2].filename = "internal-pdf-viewer";
// this[2].length = 2;
// this[2].name = "Chromium PDF Viewer";
// this[3] = v_new(Plugin);
// this[3].description = "Portable Document Format";
// this[3].filename = "internal-pdf-viewer";
// this[3].length = 2;
// this[3].name = "Microsoft Edge PDF Viewer";
// this[4] = v_new(Plugin);
// this[4].description = "Portable Document Format";
// this[4].filename = "internal-pdf-viewer";
// this[4].length = 2;
// this[4].name = "WebKit built-in PDF";
})
PluginArray
=
new
Proxy
(
PluginArray
,
{
get
(
target
,
p
,
receiver
)
{
...
...
@@ -757,7 +766,7 @@ WebSocket = v_saf(function WebSocket() {
;
});
_inherits
(
WebSocket
,
EventTarget
)
RTCPeerConnectionIceEvent
=
v_saf
(
function
RTCPeerConnectionIceEvent
()
{
let
RTCPeerConnectionIceEvent
=
v_saf
(
function
RTCPeerConnectionIceEvent
()
{
if
(
!
v_new_toggle
)
{
throw
TypeError
(
"Illegal constructor"
)
}
...
...
sss.js
View file @
017c3f5e
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