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
865772d1
Commit
865772d1
authored
Sep 24, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws 测试
parent
a6e9d717
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src2.js
ws/src/src2.js
+3
-2
No files found.
ws/src/src2.js
View file @
865772d1
...
@@ -4784,7 +4784,7 @@ ENV2 = {
...
@@ -4784,7 +4784,7 @@ ENV2 = {
}
}
ENV = ENV2
//
ENV = ENV2
// ENV.windowparams = ENV2.windowparams
// ENV.windowparams = ENV2.windowparams
// // ENV.navigatorparams = ENV2.navigatorparams
// // ENV.navigatorparams = ENV2.navigatorparams
// let v = parseInt(Math.random()*10 + 100);
// let v = parseInt(Math.random()*10 + 100);
...
@@ -14418,7 +14418,7 @@ if (ENV.funcs2 && ENV.funcs2.length > 0) {
...
@@ -14418,7 +14418,7 @@ if (ENV.funcs2 && ENV.funcs2.length > 0) {
// hasFunc = _random() > 0.5
// hasFunc = _random() > 0.5
if (hasFunc) {
if (hasFunc) {
func2Properties[funcName] = {
func2Properties[funcName] = {
enumerable: true,
``
enumerable: true,
value: funcName === 'OffscreenCanvas' ? OffscreenCanvas : eval(`v_saf(function ${funcName}() {
value: funcName === 'OffscreenCanvas' ? OffscreenCanvas : eval(`v_saf(function ${funcName}() {
})`)
})`)
}
}
...
@@ -16328,6 +16328,7 @@ Object.defineProperties(Worker.prototype, {
...
@@ -16328,6 +16328,7 @@ Object.defineProperties(Worker.prototype, {
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