xref
: /
external
/
skia
/
modules
/
canvaskit
/
debug.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
SkDebug
(
msg
) {
2
console
.
warn
(
msg
);
3
}