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
83650b1b
Commit
83650b1b
authored
Sep 12, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws 测试
parent
b1305b0d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
sss.js
sss.js
+3
-1
src_run_test.js
ws/src/src_run_test.js
+10
-6
No files found.
sss.js
View file @
83650b1b
This diff is collapsed.
Click to expand it.
ws/src/src_run_test.js
View file @
83650b1b
...
...
@@ -3674,7 +3674,7 @@ class CanvasRenderingContext2D {
drawImage() {
print1('CanvasRenderingContext2D.drawImage', arguments)
// this._context.drawImage(...arguments)
this._onload();
//
this._onload();
}
...
...
@@ -3938,7 +3938,6 @@ Object.defineProperties(CanvasRenderingContext2D.prototype, {
createPattern: {enumerable: true},
createRadialGradient: {enumerable: true},
drawFocusIfNeeded: {enumerable: true},
drawImage: {enumerable: true},
fill: {enumerable: true},
fillText: {enumerable: true},
getContextAttributes: {enumerable: true},
...
...
@@ -4184,6 +4183,7 @@ Object.defineProperties(HTMLImageElement.prototype, {
onload: {
set(args) {
this._onload = args
args();
}
}
})
...
...
@@ -7752,11 +7752,11 @@ Object.defineProperties(MediaQueryList.prototype, {
get() {
medias.push(this.type[0]);
// return _random() > 0.5 ? true: false
let t = window.ENV.matchmedias[this.type
[0]
];
let t = window.ENV.matchmedias[this.type];
if (t === undefined) {
t = false;
}
v_console_log(" [*] MediaQueryList -> matches[get]", this.type[0]
, t);
print(" [*] MediaQueryList -> matches[get]", this.type
, t);
return t;
}
...
...
@@ -8293,7 +8293,6 @@ Array.prototype.join = v_saf(function join(s) {
"createPattern",
"createRadialGradient",
"drawFocusIfNeeded",
"drawImage",
"fill",
"fillText",
"getContextAttributes",
...
...
@@ -12447,7 +12446,9 @@ Object.defineProperties(Worker.prototype, {
O.u[O.u.length - 1] = !O.u[O.u.length - 1]
}, function (O) {
let res = O.u[O.u.length - 2][O.u[O.u.length - 1]];
if (O.u[O.u.length - 1] === 'length' && res === 44 && O.u[O.u.length - 2][0]+'' === '0,0,0,0'){
if (O.u[O.u.length - 1] === 'length' && res === 4
&& O.u[O.u.length - 2][0]
&& O.u[O.u.length - 2][0].hash!== undefined){
debugger
}
con3(O.u[O.u.length - 2], 'get', O.u[O.u.length - 1], '=', res)
...
...
@@ -12955,6 +12956,9 @@ Object.defineProperties(Worker.prototype, {
}
}, function (O) {
"use strict";
if (O.u[O.u.length - 2]===5 && O.u[O.u.length - 1] === 232){
debugger;
}
con3(O.u[O.u.length - 3], 'set', O.u[O.u.length - 2], '=', O.u[O.u.length - 1])
O.u[O.u.length - 3][O.u[O.u.length - 2]] = O.u[O.u.length - 1];
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